STK ObjectsSend comments on this topic.
MassProperties Property (IAgSatellite)
See Also
Windows





Windows & Linux

Description

Get the Mass properties of the satellite.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property MassProperties() As IAgVeMassProperties
[C#]
public IAgVeMassProperties MassProperties {get;}
[Managed C++]
public: __property IAgVeMassProperties ^ get_MassProperties();
[Unmanaged C++]
public: HRESULT get_MassProperties(
    IAgVeMassProperties ** ppVal
);
[Java]
public IAgVeMassProperties getMassProperties();
[Python - STK API ]
@property
def MassProperties(self) -> "IAgVeMassProperties":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.