STK ObjectsSend comments on this topic.
UseLeadTrail Property (IAgMtoGfxLeadTrailTimes)
See Also
Windows





Windows & Linux

Description

Opt whether to use lead and trail times.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseLeadTrail() As Boolean
[C#]
public bool UseLeadTrail {get; set;}
[Managed C++]
public: __property bool get_UseLeadTrail();
public: __property void set_UseLeadTrail( bool );
[Unmanaged C++]
public: HRESULT get_UseLeadTrail(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseLeadTrail(
    VARIANT_BOOL UseLeadTrail
);
[Java]
public bool getUseLeadTrail();
public void setUseLeadTrail(
    bool
);
[Python - STK API ]
@property
def UseLeadTrail(self) -> bool:

@UseLeadTrail.setter
def UseLeadTrail(self, UseLeadTrail:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.