AGI STK Objects 11Send comments on this topic.
IsDataTypeSupported Method (IAgVeVOLeadTrailData)
See Also
EData
Windows






Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function IsDataTypeSupported( _
    ByVal EData As AgELeadTrailData _
) As 
[C#]
public bool IsDataTypeSupported(
    AgELeadTrailData EData
);
[Managed C++]
public: bool IsDataTypeSupported(
    AgELeadTrailData EData
);
[Java]
public bool isDataTypeSupported(
    AgELeadTrailData EData
);
[Unmanaged C++]
public: HRESULT IsDataTypeSupported(
    AgELeadTrailData EData,
    VARIANT_BOOL * pRetVal
);

Parameters

EData

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.