STK ObjectsSend comments on this topic.
LeadTrailTimes Property (IAgMtoGfxTrack)
See Also
Windows





Windows & Linux

Description

Get the lead/trail times data.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.