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