STK ObjectsSend comments on this topic.
SetLeadDataType Method (IAgVeVOLeadTrailData)
See Also
ELeadData
Windows





Windows & Linux

Description

Method to set the display option for the leading portion of the vehicle's tracks.

Syntax

[Visual Basic .NET]
Public Sub SetLeadDataType( _
    ByVal ELeadData As AgELeadTrailData _
)
[C#]
public void SetLeadDataType(
    AgELeadTrailData ELeadData
);
[Managed C++]
public: void SetLeadDataType(
    AgELeadTrailData ELeadData
);
[Unmanaged C++]
public: HRESULT SetLeadDataType(
    AgELeadTrailData ELeadData
);
[Java]
public void setLeadDataType(
    AgELeadTrailData ELeadData
);
[Python - STK API ]
def SetLeadDataType(self, ELeadData:"AgELeadTrailData") -> None:

Parameters

ELeadData

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.