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






Windows & Linux

Description

The coordinate system being used. Note that the Geodetic coordinate type is available only if a Fixed coordinate system is selected.

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.