STK ObjectsSend comments on this topic.
IsTrailDataTypeSupported Method (IAgVeGfxLeadTrailData)
See Also
TrailData
Windows





Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function IsTrailDataTypeSupported( _
    ByVal TrailData As AgELeadTrailData _
) As Boolean
[C#]
public bool IsTrailDataTypeSupported(
    AgELeadTrailData TrailData
);
[Managed C++]
public: bool IsTrailDataTypeSupported(
    AgELeadTrailData TrailData
);
[Unmanaged C++]
public: HRESULT IsTrailDataTypeSupported(
    AgELeadTrailData TrailData,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isTrailDataTypeSupported(
    AgELeadTrailData TrailData
);
[Python - STK API ]
def IsTrailDataTypeSupported(self, TrailData:"AgELeadTrailData") -> bool:

Parameters

TrailData

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.