Gets a value indicating whether the specified type can be used.
| [Visual Basic .NET] |
|---|
Public Function IsAttributesTypeSupported( _ ByVal Attributes As AgEVeVOAttributes _ ) As Boolean |
| [C#] |
|---|
public bool IsAttributesTypeSupported( |
| [Managed C++] |
|---|
public: bool IsAttributesTypeSupported( |
| [Java] |
|---|
public bool isAttributesTypeSupported( |
| [Unmanaged C++] |
|---|
public: HRESULT IsAttributesTypeSupported( |
- Attributes
Member Value Description eVOAttributesUnknown -1 Unknown. eVOAttributesBasic 0 Set basic 3D graphics properties. eVOAttributesIntervals 1 Define 3D graphics properties based on intervals.
