Returns the 2D attributes used to configure the appearance of ground tracks, orbits, etc. in 2D and 3D views.
Read-only property
[Visual Basic .NET] |
---|
Public Property Attributes() As IAgVeGfxAttributesBasic |
[C#] |
---|
public IAgVeGfxAttributesBasic Attributes {get;} |
[Managed C++] |
---|
public: __property IAgVeGfxAttributesBasic ^ get_Attributes(); |
[Unmanaged C++] |
---|
public: HRESULT get_Attributes( IAgVeGfxAttributesBasic ** ppRetVal ); |
[Java] |
---|
public IAgVeGfxAttributesBasic getAttributes(); |
[Python - STK API ] |
---|
@property def Attributes(self) -> "IAgVeGfxAttributesBasic": |