Returns the 3D BPlane Target Point properties.
Read-only property
[Visual Basic .NET] |
---|
Public Property TargetPoint() As IAgVeVOBPlaneTargetPoint |
[C#] |
---|
public IAgVeVOBPlaneTargetPoint TargetPoint {get;} |
[Managed C++] |
---|
public: __property IAgVeVOBPlaneTargetPoint ^ get_TargetPoint(); |
[Unmanaged C++] |
---|
public: HRESULT get_TargetPoint( IAgVeVOBPlaneTargetPoint ** ppVal ); |
[Java] |
---|
public IAgVeVOBPlaneTargetPoint getTargetPoint(); |
[Python - STK API ] |
---|
@property def TargetPoint(self) -> "IAgVeVOBPlaneTargetPoint": |