STK AstrogatorSend comments on this topic.
SpacecraftParameters Property (IAgVAMCSInitialState)
See Also
Windows





Windows & Linux

Description

Get the spacecraft parameters.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SpacecraftParameters() As IAgVASpacecraftParameters
[C#]
public IAgVASpacecraftParameters SpacecraftParameters {get;}
[Managed C++]
public: __property IAgVASpacecraftParameters ^ get_SpacecraftParameters();
[Unmanaged C++]
public: HRESULT get_SpacecraftParameters(
    IAgVASpacecraftParameters ** ppSpacecraftParameters
);
[Java]
public IAgVASpacecraftParameters getSpacecraftParameters();
[Python - STK API ]
@property
def SpacecraftParameters(self) -> "IAgVASpacecraftParameters":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.