Show / Hide Table of Contents

Method ValidateContingencyConstraints

ValidateContingencyConstraints(ArcGISFeature)

Validates contingency constraints for the given feature.

Declaration
public IReadOnlyList<ContingencyConstraintViolation> ValidateContingencyConstraints(ArcGISFeature feature)
Parameters
Type Name Description
ArcGISFeature feature

The feature to validate.

Returns
Type Description
IReadOnlyList<ContingencyConstraintViolation>

A read-only list of ContingencyConstraintViolation objects. An empty list indicates that all contingencies associated with the feature are valid.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.13 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.13 - 100.14
Xamarin.Android100.13 - 100.14
Xamarin.iOS100.13 - 100.14
UWP100.13 - 100.14
In This Article
Back to top Copyright © 2021 Esri.