STK ObjectsSend comments on this topic.
Attributes Property (IAgVeGfxTimeComponentsEventElement)
See Also
Windows





Windows & Linux

Description

Returns the 2D attributes used to configure the appearance of ground tracks, orbits, etc. in 2D and 3D views.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.