Get the position type of the BPlane target point.
Read-only property
[Visual Basic .NET] |
---|
Public Property PositionType() As AgEVeVOBPlaneTargetPointPosition |
[C#] |
---|
public AgEVeVOBPlaneTargetPointPosition PositionType {get;} |
[Managed C++] |
---|
public: __property AgEVeVOBPlaneTargetPointPosition get_PositionType(); |
[Unmanaged C++] |
---|
public: HRESULT get_PositionType( AgEVeVOBPlaneTargetPointPosition * pVal ); |
[Java] |
---|
public AgEVeVOBPlaneTargetPointPosition getPositionType(); |
[Python - STK API ] |
---|
@property def PositionType(self) -> "AgEVeVOBPlaneTargetPointPosition": |