AGI STK Objects 11 Send comments on this topic.
SetAttributesType Method (IAgVeVOCovariancePointingContour)
See Also 
Attributes





Description

Method to set the graphics attributes type.

Syntax

[Visual Basic .NET]
Public Sub SetAttributesType( _
   ByVal Attributes As AgEVeVOAttributes _
) 

[C#]
public void SetAttributesType(
AgEVeVOAttributes Attributes
);

[Managed C++]
public: void SetAttributesType(
AgEVeVOAttributes Attributes
);

[Java]
public  setAttributesType(
AgEVeVOAttributes Attributes
);

[Unmanaged C++]
public: HRESULT SetAttributesType(
AgEVeVOAttributes Attributes
);

Parameters

Attributes
Member Value Description
eVOAttributesUnknown -1 Unknown.
eVOAttributesBasic 0 Set basic 3D graphics properties.
eVOAttributesIntervals 1 Define 3D graphics properties based on intervals.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1