STK Vector Geometry ToolSend comments on this topic.
SetPath Method (IAgCrdnAxesRefTo)
See Also
Path
Specify a path to a valid axes (i.e. 'Satellite/Satellite Body' or 'CentralBody/Earth Fixed').
Windows





Windows & Linux

Description

Sets a new axes.

Syntax

[Visual Basic .NET]
Public Sub SetPath( _
    ByVal Path As String _
)
[C#]
public void SetPath(
    string Path
);
[Managed C++]
public: void SetPath(
    String __gc ^ Path
);
[Unmanaged C++]
public: HRESULT SetPath(
    BSTR Path
);
[Java]
public void setPath(
    String Path
);
[Python - STK API ]
def SetPath(self, Path:str) -> None:

Parameters

Path
Specify a path to a valid axes (i.e. 'Satellite/Satellite Body' or 'CentralBody/Earth Fixed').

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.