Gets the type of position currently being
used.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property PosType() As AgEPositionType
|
| [C#] |
|---|
public AgEPositionType PosType {get;}
|
| [Managed C++] |
|---|
public: __property AgEPositionType get_PosType();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PosType(
|
| [Java] |
|---|
public AgEPositionType getPosType();
|