AGI STK Objects 11Send 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 _
) As 
[C#]
public void SetAttributesType(
    AgEVeGfxAttributes Attributes
);
[Managed C++]
public: void SetAttributesType(
    AgEVeGfxAttributes Attributes
);
[Java]
public void setAttributesType(
    AgEVeGfxAttributes Attributes
);
[Unmanaged C++]
public: HRESULT SetAttributesType(
    AgEVeGfxAttributes Attributes
);

Parameters

Attributes

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.