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





Description

Gets a value indicating whether the specified type can be used.

Syntax

[Visual Basic .NET]
Public Function IsAttributesTypeSupported( _
   ByVal Attributes As AgEVeGfxAttributes _
) As Boolean

[C#]
public bool IsAttributesTypeSupported(
AgEVeGfxAttributes Attributes
);

[Managed C++]
public: bool IsAttributesTypeSupported(
AgEVeGfxAttributes Attributes
);

[Java]
public bool isAttributesTypeSupported(
AgEVeGfxAttributes Attributes
);

[Unmanaged C++]
public: HRESULT IsAttributesTypeSupported(
AgEVeGfxAttributes Attributes,
VARIANT_BOOL * ReturnValue
);

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