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.