Specify the point's position. The position is
relative with respect to the specified reference system.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property FixedPoint() As IAgPosition
|
| [C#] |
|---|
public IAgPosition FixedPoint {get;}
|
| [Managed C++] |
|---|
public: __property IAgPosition^ get_FixedPoint();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_FixedPoint(
|
| [Java] |
|---|
public IAgPosition getFixedPoint();
|