Returns the position type currently being
used.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Type() As AgELLAPositionType
|
| [C#] |
|---|
public AgELLAPositionType Type {get;}
|
| [Managed C++] |
|---|
public: __property AgELLAPositionType get_Type();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Type(
|
| [Java] |
|---|
public AgELLAPositionType getType();
|