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






Windows & Linux

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
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.