STK ObjectsSend comments on this topic.
CoordinateSystemType Property (IAgOrbitStateClassical)
See Also
Windows





Windows & Linux

Description

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 * pVal
);
public: HRESULT put_CoordinateSystemType(
    AgECoordinateSystem ECoordinateSystem
);
[Java]
public AgECoordinateSystem getCoordinateSystemType();
public void setCoordinateSystemType(
    AgECoordinateSystem
);
[Python - STK API ]
@property
def CoordinateSystemType(self) -> "AgECoordinateSystem":

@CoordinateSystemType.setter
def CoordinateSystemType(self, ECoordinateSystem:"AgECoordinateSystem") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.