STK AstrogatorSend comments on this topic.
CoordSystem Property (IAgVAStoppingCondition)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_CoordSystem(
    BSTR newVal
);
[Java]
public String getCoordSystem();
public void setCoordSystem(
    String
);
[Python - STK API ]
@property
def CoordSystem(self) -> str:

@CoordSystem.setter
def CoordSystem(self, newVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.