STK ObjectsSend comments on this topic.
AlwayShowEntireLine Property (IAgMtoGfxLine)
See Also
Windows





Windows & Linux

Description

Opt whether to always show the entire line independent of the animation time.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AlwayShowEntireLine() As Boolean
[C#]
public bool AlwayShowEntireLine {get; set;}
[Managed C++]
public: __property bool get_AlwayShowEntireLine();
public: __property void set_AlwayShowEntireLine( bool );
[Unmanaged C++]
public: HRESULT get_AlwayShowEntireLine(
    VARIANT_BOOL * pVal
);
public: HRESULT put_AlwayShowEntireLine(
    VARIANT_BOOL alwayShowEntireLine
);
[Java]
public bool getAlwayShowEntireLine();
public void setAlwayShowEntireLine(
    bool
);
[Python - STK API ]
@property
def AlwayShowEntireLine(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.