Gets a value indicating whether the specified type can be used.
| [Visual Basic .NET] |
|---|
Public Function IsAttributesTypeSupported( _ ByVal Attributes As AgEVeGfxAttributes _ ) As Boolean |
| [C#] |
|---|
public bool IsAttributesTypeSupported( |
| [Managed C++] |
|---|
public: bool IsAttributesTypeSupported( |
| [Java] |
|---|
public bool isAttributesTypeSupported( |
| [Unmanaged C++] |
|---|
public: HRESULT IsAttributesTypeSupported( |
- 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.
