STK ObjectsSend comments on this topic.
TrailData Property (IAgVeVOLeadTrailData)
See Also
Windows





Windows & Linux

Description

Get the display value (time or percent) for the trailing portion of the vehicle's tracks.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property TrailData() As IAgVeLeadTrailData
[C#]
public IAgVeLeadTrailData TrailData {get;}
[Managed C++]
public: __property IAgVeLeadTrailData ^ get_TrailData();
[Unmanaged C++]
public: HRESULT get_TrailData(
    IAgVeLeadTrailData ** ppVal
);
[Java]
public IAgVeLeadTrailData getTrailData();
[Python - STK API ]
@property
def TrailData(self) -> "IAgVeLeadTrailData":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.