AGI STK Objects 11Send comments on this topic.
SetTrailDataType Method (IAgVeGfxLeadTrailData)
See Also 
TrailData
Windows






Windows & Linux

Description

Trail data type.

Syntax

[Visual Basic .NET]
Public Sub SetTrailDataType( _
   ByVal TrailData As AgELeadTrailData _
) 
[C#]
public void SetTrailDataType(
   AgELeadTrailData TrailData
);
[Managed C++]
public: void SetTrailDataType(
   AgELeadTrailData TrailData
);
[Java]
public  setTrailDataType(
   AgELeadTrailData TrailData
);
[Unmanaged C++]
public: HRESULT SetTrailDataType(
   AgELeadTrailData TrailData
);

Parameters

TrailData
MemberValueDescription
eDataUnknown-1Unknown.
eDataNone0None: Display none of the selected portion (leading or trailing) of the track.
eDataAll1All: Display the track spanning the entire vehicle ephemeris.
eDataFraction2Fraction: Display the specified fraction of the selected portion (leading or trailing) of the track.
eDataFull3Full: Display all of the selected portion (leading or trailing) of the track.
eDataHalf4Half: Display 1/2 of the selected portion (leading or trailing) of the track.
eDataOnePass5One pass (satellites only): Display forward to the first pass break. At the pass break, display forward to the next one.
eDataQuarter6Quarter: Display 1/4 of the selected portion (leading or trailing) of the track.
eDataTime7Time: Display the segment of the selected portion (leading or trailing) of the vehicle's path that it traverses in the specified amount of time.
eDataCurrentInterval8Current Interval: Display the leading portion of the vehicle's track for the current animation time interval.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.