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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.