AGI STK Objects 11Send comments on this topic.
IsLeadDataTypeSupported Method (IAgVeGfxLeadTrailData)
See Also
LeadData
Windows






Windows & Linux

Description

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

Syntax

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

Parameters

LeadData

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.