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






Windows & Linux

Description

A reference axes. Can be any VGT axes.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceAxes() As IAgCrdnAxes
[C#]
public IAgCrdnAxes ReferenceAxes {get; set;}
[Managed C++]
public: __property IAgCrdnAxes^ get_ReferenceAxes();
public: __property void set_ReferenceAxes(
   IAgCrdnAxes ^
);
[Unmanaged C++]
public: HRESULT get_ReferenceAxes(
   IAgCrdnAxes ** ppRetVal
);
public: HRESULT put_ReferenceAxes(
   IAgCrdnAxes * pNewReferenceAxes
);
[Java]
public IAgCrdnAxes getReferenceAxes();public void setReferenceAxes(
   IAgCrdnAxes
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.