AGI STK VGT 11Send comments on this topic.
SetPath Method (IAgCrdnCentralBodyRefTo)
See Also 
Path
Specify a valid central body name (i.e.Earth, Sun, etc.).
Windows






Windows & Linux

Description

Sets a new central body using specified path.

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
);
[Java]
public  setPath(
   String Path
);
[Unmanaged C++]
public: HRESULT SetPath(
   BSTR Path
);

Parameters

Path
Specify a valid central body name (i.e.Earth, Sun, etc.).

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.