STK Vector Geometry ToolSend comments on this topic.
ConditionCount Property (IAgCrdnConditionCombined)
See Also
Windows





Windows & Linux

Description

Gets the number of conditions in the combined condition.

Property type

Read-only property

Syntax

[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();
[Python - STK API ]
@property
def ConditionCount(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.