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(
|
| [Java] |
|---|
public IAgCrdnSystemFactory getFactory();
|