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





Description

A base axes defining the orientation. Can be any VGT axes.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SourceAxes() As IAgCrdnAxes

[C#]
public IAgCrdnAxes SourceAxes {get; set;}

[Managed C++]
public: __property IAgCrdnAxes^ get_SourceAxes();
public: __property void set_SourceAxes(
IAgCrdnAxes ^
);

[Unmanaged C++]
public: HRESULT get_SourceAxes(
IAgCrdnAxes ** ppRetVal
);
public: HRESULT put_SourceAxes(
IAgCrdnAxes * pNewSourceAxes
);

[Java]
public IAgCrdnAxes getSourceAxes();public void setSourceAxes(
IAgCrdnAxes
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1