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






Windows & Linux

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
MemberValueDescription
eVOAttributesUnknown-1Unknown.
eVOAttributesBasic0Set basic 3D graphics properties.
eVOAttributesIntervals1Define 3D graphics properties based on intervals.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.