AGI STK Objects 11Send 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 _
) As 
[C#]
public void SetLeadDataType(
    AgELeadTrailData ELeadData
);
[Managed C++]
public: void SetLeadDataType(
    AgELeadTrailData ELeadData
);
[Java]
public void setLeadDataType(
    AgELeadTrailData ELeadData
);
[Unmanaged C++]
public: HRESULT SetLeadDataType(
    AgELeadTrailData ELeadData
);

Parameters

ELeadData

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.