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





Description

Method to set the 2D Graphics attributes type.

Syntax

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

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

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

[Java]
public  setAttributesType(
AgEVeGfxAttributes Attributes
);

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

Parameters

Attributes
Member Value Description
eAttributesUnknown -1 Unknown.
eAttributesAccess 0 Display based on access periods.
eAttributesBasic 1 Basic display.
eAttributesCustom 2 Display based on custom intervals.
eAttributesRealtime 3 Display based on real time data state.
eAttributesTimeComponents 4 Display based on Timeline events, intervals, time arrays, interval lists and interval collections.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1