AGI STK Astrogator 11 Send comments on this topic.
CoordSystem Property (IAgVAStoppingCondition)
See Also 





Description

The coordinate system. The default coordinate system of a stopping condition is Earth Inertial.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_CoordSystem();
public: __property void set_CoordSystem(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_CoordSystem(
BSTR * pRetVal
);
public: HRESULT put_CoordSystem(
BSTR NewCoordSystem
);

[Java]
public String getCoordSystem();public void setCoordSystem(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1