Returns the BPlane target point position.
Read-only property
[Visual Basic .NET] |
---|
Public Property Position() As IAgVeVOBPlaneTargetPointPosition |
[C#] |
---|
public IAgVeVOBPlaneTargetPointPosition Position {get;} |
[Managed C++] |
---|
public: __property IAgVeVOBPlaneTargetPointPosition ^ get_Position(); |
[Unmanaged C++] |
---|
public: HRESULT get_Position( IAgVeVOBPlaneTargetPointPosition ** ppVal ); |
[Java] |
---|
public IAgVeVOBPlaneTargetPointPosition getPosition(); |
[Python - STK API ] |
---|
@property def Position(self) -> "IAgVeVOBPlaneTargetPointPosition": |