STK Vector Geometry ToolSend comments on this topic.
ConditionSet Property (IAgCrdnEventIntervalCollectionCondition)
See Also
Windows





Windows & Linux

Description

Get/set the condition set object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConditionSet() As IAgCrdnConditionSet
[C#]
public IAgCrdnConditionSet ConditionSet {get; set;}
[Managed C++]
public: __property IAgCrdnConditionSet ^ get_ConditionSet();
public: __property void set_ConditionSet( IAgCrdnConditionSet );
[Unmanaged C++]
public: HRESULT get_ConditionSet(
    IAgCrdnConditionSet ** ppRetVal
);
public: HRESULT put_ConditionSet(
    IAgCrdnConditionSet ConditionSet
);
[Java]
public IAgCrdnConditionSet getConditionSet();
public void setConditionSet(
    IAgCrdnConditionSet
);
[Python - STK API ]
@property
def ConditionSet(self) -> "IAgCrdnConditionSet":

@ConditionSet.setter
def ConditionSet(self, ConditionSet:"IAgCrdnConditionSet") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.