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

Parameters

EData

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.