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





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
);

[Java]
public bool isTrailDataTypeSupported(
AgELeadTrailData TrailData
);

[Unmanaged C++]
public: HRESULT IsTrailDataTypeSupported(
AgELeadTrailData TrailData,
VARIANT_BOOL * ReturnValue
);

Parameters

TrailData
Member Value Description
eDataUnknown -1 Unknown.
eDataNone 0 None: Display none of the selected portion (leading or trailing) of the track.
eDataAll 1 All: Display the track spanning the entire vehicle ephemeris.
eDataFraction 2 Fraction: Display the specified fraction of the selected portion (leading or trailing) of the track.
eDataFull 3 Full: Display all of the selected portion (leading or trailing) of the track.
eDataHalf 4 Half: Display 1/2 of the selected portion (leading or trailing) of the track.
eDataOnePass 5 One pass (satellites only): Display forward to the first pass break. At the pass break, display forward to the next one.
eDataQuarter 6 Quarter: Display 1/4 of the selected portion (leading or trailing) of the track.
eDataTime 7 Time: Display the segment of the selected portion (leading or trailing) of the vehicle's path that it traverses in the specified amount of time.
eDataCurrentInterval 8 Current Interval: Display the leading portion of the vehicle's track for the current animation time interval.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1