AGI STK Objects 11 Send comments on this topic.
IsAttributesTypeSupported Method (IAgVeVOCovariance)
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 AgEVeVOAttributes _
) As Boolean

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

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

[Java]
public bool isAttributesTypeSupported(
AgEVeVOAttributes Attributes
);

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

Parameters

Attributes
Member Value Description
eVOAttributesUnknown -1 Unknown.
eVOAttributesBasic 0 Set basic 3D graphics properties.
eVOAttributesIntervals 1 Define 3D graphics properties based on intervals.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1