AGI STK Astrogator 11 Send comments on this topic.
CoordSystemName Property (IAgVAStateCalcOutVelAzAtPeriapsis)
See Also 





Description

The coordinate system within which the element is defined.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_CoordSystemName();
public: __property void set_CoordSystemName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_CoordSystemName(
BSTR * pRetVal
);
public: HRESULT put_CoordSystemName(
BSTR NewCoordSystemName
);

[Java]
public String getCoordSystemName();public void setCoordSystemName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1