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

Parameters

Attributes

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.