AGI STK VGT 11 Send comments on this topic.
ReferencePoint Property (IAgCrdnPointCentBodyIntersect)
See Also 





Description

A reference point. Can be any point from VGT.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferencePoint() As IAgCrdnPoint

[C#]
public IAgCrdnPoint ReferencePoint {get; set;}

[Managed C++]
public: __property IAgCrdnPoint^ get_ReferencePoint();
public: __property void set_ReferencePoint(
IAgCrdnPoint ^
);

[Unmanaged C++]
public: HRESULT get_ReferencePoint(
IAgCrdnPoint ** ppRetVal
);
public: HRESULT put_ReferencePoint(
IAgCrdnPoint * pNewReferencePoint
);

[Java]
public IAgCrdnPoint getReferencePoint();public void setReferencePoint(
IAgCrdnPoint
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1