Returns a factory object used to create condition set components.
Read-only property
[Visual Basic .NET] |
---|
Public Property Factory() As IAgCrdnConditionSetFactory |
[C#] |
---|
public IAgCrdnConditionSetFactory Factory {get;} |
[Managed C++] |
---|
public: __property IAgCrdnConditionSetFactory ^ get_Factory(); |
[Unmanaged C++] |
---|
public: HRESULT get_Factory( IAgCrdnConditionSetFactory ** ppRetVal ); |
[Java] |
---|
public IAgCrdnConditionSetFactory getFactory(); |
[Python - STK API ] |
---|
@property def Factory(self) -> "IAgCrdnConditionSetFactory": |