AGI STK Astrogator 11 Send comments on this topic.
VectorName Property (IAgVAStateCalcVectorX)
See Also 





Description

The vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VectorName() As String

[C#]
public string VectorName {get; set;}

[Managed C++]
public: __property String __gc ^ get_VectorName();
public: __property void set_VectorName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_VectorName(
BSTR * pRetVal
);
public: HRESULT put_VectorName(
BSTR NewVectorName
);

[Java]
public String getVectorName();public void setVectorName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1