STK Vector Geometry ToolSend 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 SourceAxes
);
[Java]
public IAgCrdnAxes getSourceAxes();
public void setSourceAxes(
    IAgCrdnAxes
);
[Python - STK API ]
@property
def SourceAxes(self) -> "IAgCrdnAxes":

@SourceAxes.setter
def SourceAxes(self, SourceAxes:"IAgCrdnAxes") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.