STK ObjectsSend 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 Boolean
[C#]
public bool IsLeadDataTypeSupported(
    AgELeadTrailData LeadData
);
[Managed C++]
public: bool IsLeadDataTypeSupported(
    AgELeadTrailData LeadData
);
[Unmanaged C++]
public: HRESULT IsLeadDataTypeSupported(
    AgELeadTrailData LeadData,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isLeadDataTypeSupported(
    AgELeadTrailData LeadData
);
[Python - STK API ]
def IsLeadDataTypeSupported(self, LeadData:"AgELeadTrailData") -> bool:

Parameters

LeadData

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.