IContingentValue Interface

Provides access to members that describe a contingent value.

Members

Name Description
Read-only property CodedValue The coded value of a coded value contingency.
Read-only property Count Count of contingent values
Read-only property FieldGroup The group of fields the contingent value applies to.
Method GetRange The range of a range contingency.
Read-only property ID The unique ID of the contingent value.
Read-only property IsRetired Is this contingency retired?
Read-only property SubType The subtype the contingent value applies to (if on a subtype class).
Read-only property Type The type of contingency.

IContingentValue.CodedValue Property

The coded value of a coded value contingency.

Public Function get_CodedValue ( _
    ByVal FieldIndex As Integer _
) As Object
public object get_CodedValue (
    int FieldIndex
);

IContingentValue.Count Property

Count of contingent values.

Public ReadOnly Property Count As Integer
public int Count {get;}

IContingentValue.FieldGroup Property

The group of fields the contingent value applies to.

Public ReadOnly Property FieldGroup As String
public string FieldGroup {get;}

IContingentValue.GetRange Method

The range of a range contingency.

Public Sub GetRange ( _
    ByVal FieldIndex As Integer, _
    ByRef MinValue As Double, _
    ByRef MaxValue As Double _
)
public void GetRange (
    int FieldIndex,
    ref double MinValue,
    ref double MaxValue
);

IContingentValue.ID Property

The unique ID of the contingent value.

Public ReadOnly Property ID As Integer
public int ID {get;}

IContingentValue.IsRetired Property

Is this contingency retired?.

Public ReadOnly Property IsRetired As Boolean
public bool IsRetired {get;}

IContingentValue.SubType Property

The subtype the contingent value applies to (if on a subtype class).

Public ReadOnly Property SubType As Integer
public int SubType {get;}

IContingentValue.Type Property

The type of contingency.

Public Function get_Type ( _
    ByVal FieldIndex As Integer _
) As esriContingentValueType
public esriContingentValueType get_Type (
    int FieldIndex
);

Classes that implement IContingentValue

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close