Returns a Factory object used to create
custom points.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Factory() As IAgCrdnPointFactory
|
| [C#] |
|---|
public IAgCrdnPointFactory Factory {get;}
|
| [Managed C++] |
|---|
public: __property IAgCrdnPointFactory^ get_Factory();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Factory(
|
| [Java] |
|---|
public IAgCrdnPointFactory getFactory();
|