STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT SetAttributesType(
    AgEVeVOAttributes Attributes
);
[Java]
public void setAttributesType(
    AgEVeVOAttributes Attributes
);
[Python - STK API ]
def SetAttributesType(self, Attributes:"AgEVeVOAttributes") -> None:

Parameters

Attributes

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.