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( AgEPositionType * pType ); |
[Java] |
---|
public AgEPositionType getPosType(); |
[Python - STK API ] |
---|
@property def PosType(self) -> "AgEPositionType": |