STK Vector Geometry ToolSend comments on this topic.
ConditionSets Property (IAgCrdnProvider)
See Also
Windows





Windows & Linux

Description

Returns a group of condition set objects.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ConditionSets() As IAgCrdnConditionSetGroup
[C#]
public IAgCrdnConditionSetGroup ConditionSets {get;}
[Managed C++]
public: __property IAgCrdnConditionSetGroup ^ get_ConditionSets();
[Unmanaged C++]
public: HRESULT get_ConditionSets(
    IAgCrdnConditionSetGroup ** ppRetVal
);
[Java]
public IAgCrdnConditionSetGroup getConditionSets();
[Python - STK API ]
@property
def ConditionSets(self) -> "IAgCrdnConditionSetGroup":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.