Specify a reference point which will serve as
the starting location for the line along which the grazing point
will be computed.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property ReferencePoint() As IAgCrdnPointRefTo
|
| [C#] |
|---|
public IAgCrdnPointRefTo ReferencePoint {get;}
|
| [Managed C++] |
|---|
public: __property IAgCrdnPointRefTo^ get_ReferencePoint();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ReferencePoint(
|
| [Java] |
|---|
public IAgCrdnPointRefTo getReferencePoint();
|