Method to set the position ellipsoid attributes type.
| [Visual Basic .NET] |
|---|
Public Sub SetAttributesType( _ ByVal Attributes As AgEVeVOAttributes _ ) |
| [C#] |
|---|
public void SetAttributesType( |
| [Managed C++] |
|---|
public: void SetAttributesType( |
| [Java] |
|---|
public setAttributesType( |
| [Unmanaged C++] |
|---|
public: HRESULT SetAttributesType( |
- Attributes
Member Value Description eVOAttributesUnknown -1 Unknown. eVOAttributesBasic 0 Set basic 3D graphics properties. eVOAttributesIntervals 1 Define 3D graphics properties based on intervals.
