AGI STK Objects 11 Send comments on this topic.
CoordinateSystem Property (IAgVePassBreak)
See Also 





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 * pRetVal
);
public: HRESULT put_CoordinateSystem(
AgEVeCoordinateSystem NewCoordinateSystem
);

[Java]
public AgEVeCoordinateSystem getCoordinateSystem();public void setCoordinateSystem(
AgEVeCoordinateSystem
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1