Gets or sets the position offset cartesian
vector.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property PositionOffset() As IAgCartesian3Vector
|
| [C#] |
|---|
public IAgCartesian3Vector PositionOffset {get;}
|
| [Managed C++] |
|---|
public: __property IAgCartesian3Vector^ get_PositionOffset();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PositionOffset(
|
| [Java] |
|---|
public IAgCartesian3Vector getPositionOffset();
|