STK ObjectsSend comments on this topic.
SetAttributesType Method (IAgMsGraphics)
See Also
Attributes
Windows





Windows & Linux

Description

Method to set the type of display.

Syntax

[Visual Basic .NET]
Public Sub SetAttributesType( _
    ByVal Attributes As AgEVeGfxAttributes _
)
[C#]
public void SetAttributesType(
    AgEVeGfxAttributes Attributes
);
[Managed C++]
public: void SetAttributesType(
    AgEVeGfxAttributes Attributes
);
[Unmanaged C++]
public: HRESULT SetAttributesType(
    AgEVeGfxAttributes Attributes
);
[Java]
public void setAttributesType(
    AgEVeGfxAttributes Attributes
);
[Python - STK API ]
def SetAttributesType(self, Attributes:"AgEVeGfxAttributes") -> None:

Parameters

Attributes

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.