STK AstrogatorSend comments on this topic.
InputCoordSystemName Property (IAgVAStateCalcOrbitStateValue)
See Also
Windows





Windows & Linux

Description

The coordinate system of the input state.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InputCoordSystemName() As String
[C#]
public string InputCoordSystemName {get; set;}
[Managed C++]
public: __property String __gc ^ get_InputCoordSystemName();
public: __property void set_InputCoordSystemName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_InputCoordSystemName(
    BSTR * pVal
);
public: HRESULT put_InputCoordSystemName(
    BSTR InVal
);
[Java]
public String getInputCoordSystemName();
public void setInputCoordSystemName(
    String
);
[Python - STK API ]
@property
def InputCoordSystemName(self) -> str:

@InputCoordSystemName.setter
def InputCoordSystemName(self, InVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.