AGI STK Astrogator 11 Send comments on this topic.
DisplayCoordinateSystem Property (IAgVAMCSSegmentProperties)
See Also 





Description

The coordinate system that will be used in the segment summary report.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplayCoordinateSystem() As String

[C#]
public string DisplayCoordinateSystem {get; set;}

[Managed C++]
public: __property String __gc ^ get_DisplayCoordinateSystem();
public: __property void set_DisplayCoordinateSystem(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_DisplayCoordinateSystem(
BSTR * pRetVal
);
public: HRESULT put_DisplayCoordinateSystem(
BSTR NewDisplayCoordinateSystem
);

[Java]
public String getDisplayCoordinateSystem();public void setDisplayCoordinateSystem(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1