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






Windows & Linux

Description

Sets the 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
MemberValueDescription
eAttributesUnknown-1Unknown.
eAttributesAccess0Display based on access periods.
eAttributesBasic1Basic display.
eAttributesCustom2Display based on custom intervals.
eAttributesRealtime3Display based on real time data state.
eAttributesTimeComponents4Display based on Timeline events, intervals, time arrays, interval lists and interval collections.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.