Get the standard attitude profile type.
Read-only property
[Visual Basic .NET] |
---|
Public Property Type() As AgEAttitudeStandardType |
[C#] |
---|
public AgEAttitudeStandardType Type {get;} |
[Managed C++] |
---|
public: __property AgEAttitudeStandardType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgEAttitudeStandardType * pVal ); |
[Java] |
---|
public AgEAttitudeStandardType getType(); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgEAttitudeStandardType": |