Set the 2D Graphics attributes type for the
vehicle.
| [Visual Basic .NET] |
|---|
Public Sub SetAttributesType( _
ByVal Attributes As AgEVeGfxAttributes _
)
|
| [C#] |
|---|
public void SetAttributesType(
|
| [Managed C++] |
|---|
public: void SetAttributesType(
|
| [Java] |
|---|
public setAttributesType(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetAttributesType(
|
- Attributes
-
Member Value Description eAttributesUnknown -1 Unknown. eAttributesAccess 0 Display based on access periods. eAttributesBasic 1 Basic display. eAttributesCustom 2 Display based on custom intervals. eAttributesRealtime 3 Display based on real time data state. eAttributesTimeComponents 4 Display based on Timeline events, intervals, time arrays, interval lists and interval collections.
Set a vehicle's
graphics to custom intervals
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Set a vehicle's
graphics to basic
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Set a vehicle's
graphics to access intervals
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Set a vehicle's
graphics to custom intervals
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||
Set a vehicle's
graphics to basic
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||
Set a vehicle's
graphics to access intervals
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||