AGI STK VGT 11 Send comments on this topic.
ConditionSet Property (IAgCrdnEventIntervalCollectionCondition)
See Also 





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 * pNewConditionSet
);

[Java]
public IAgCrdnConditionSet getConditionSet();public void setConditionSet(
IAgCrdnConditionSet
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1