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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface