AGI STK VGT 11 Send comments on this topic.
SetPath Method (IAgCrdnVectorRefTo)
See Also 
Path
Specify a path to a valid vector (i.e. 'Satellite/Satellite Sun' or 'CentralBody/Earth Moon').





Description

Sets a new vector.

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 path to a valid vector (i.e. 'Satellite/Satellite Sun' or 'CentralBody/Earth Moon').

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1