Get the launch vehicle's 2D Graphics attributes.
Read-only property
[Visual Basic .NET] |
---|
Public Property Attributes() As IAgVeGfxAttributes |
[C#] |
---|
public IAgVeGfxAttributes Attributes {get;} |
[Managed C++] |
---|
public: __property IAgVeGfxAttributes ^ get_Attributes(); |
[Unmanaged C++] |
---|
public: HRESULT get_Attributes( IAgVeGfxAttributes ** ppVal ); |
[Java] |
---|
public IAgVeGfxAttributes getAttributes(); |
[Python - STK API ] |
---|
@property def Attributes(self) -> "IAgVeGfxAttributes": |