Get the 2D Graphics attributes type for the vehicle: basic, access intervals, custom intervals, or real time.
Read-only property
[Visual Basic .NET] |
---|
Public Property AttributesType() As AgEVeGfxAttributes |
[C#] |
---|
public AgEVeGfxAttributes AttributesType {get;} |
[Managed C++] |
---|
public: __property AgEVeGfxAttributes get_AttributesType(); |
[Unmanaged C++] |
---|
public: HRESULT get_AttributesType( AgEVeGfxAttributes * pVal ); |
[Java] |
---|
public AgEVeGfxAttributes getAttributesType(); |
[Python - STK API ] |
---|
@property def AttributesType(self) -> "AgEVeGfxAttributes": |