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