Returns the spatial condition vector size.
Read-only property
[Visual Basic .NET] |
---|
Public Property ConditionCount() As Integer |
[C#] |
---|
public int ConditionCount {get;} |
[Managed C++] |
---|
public: __property int get_ConditionCount(); |
[Unmanaged C++] |
---|
public: HRESULT get_ConditionCount( int * pRetVal ); |
[Java] |
---|
public Integer getConditionCount(); |