STK ObjectsSend comments on this topic.
CoordinateSystem Property (IAgVePassBreak)
See Also
Windows





Windows & Linux

Description

The coordinate system in which latitude and longitude are to be measured.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CoordinateSystem() As AgEVeCoordinateSystem
[C#]
public AgEVeCoordinateSystem CoordinateSystem {get; set;}
[Managed C++]
public: __property AgEVeCoordinateSystem get_CoordinateSystem();
public: __property void set_CoordinateSystem( AgEVeCoordinateSystem );
[Unmanaged C++]
public: HRESULT get_CoordinateSystem(
    AgEVeCoordinateSystem * pVal
);
public: HRESULT put_CoordinateSystem(
    AgEVeCoordinateSystem CoordinateSystem
);
[Java]
public AgEVeCoordinateSystem getCoordinateSystem();
public void setCoordinateSystem(
    AgEVeCoordinateSystem
);
[Python - STK API ]
@property
def CoordinateSystem(self) -> "AgEVeCoordinateSystem":

@CoordinateSystem.setter
def CoordinateSystem(self, CoordinateSystem:"AgEVeCoordinateSystem") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.