AGI STK Objects 11 Send comments on this topic.
CoordinateSystemType Property (IAgOrbitStateEquinoctial)
See Also 





Description

The coordinate system being used.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CoordinateSystemType() As AgECoordinateSystem

[C#]
public AgECoordinateSystem CoordinateSystemType {get; set;}

[Managed C++]
public: __property AgECoordinateSystem get_CoordinateSystemType();
public: __property void set_CoordinateSystemType(
AgECoordinateSystem
);

[Unmanaged C++]
public: HRESULT get_CoordinateSystemType(
AgECoordinateSystem * pRetVal
);
public: HRESULT put_CoordinateSystemType(
AgECoordinateSystem NewCoordinateSystemType
);

[Java]
public AgECoordinateSystem getCoordinateSystemType();public void setCoordinateSystemType(
AgECoordinateSystem
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1