STK ObjectsSend comments on this topic.
LinePtsVisible Property (IAgLtGraphics)
See Also
Windows





Windows & Linux

Description

Gets or sets the individual points used to define the line target are marked along the line. The point currently selected in the Path list is accented with a square.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LinePtsVisible() As Boolean
[C#]
public bool LinePtsVisible {get; set;}
[Managed C++]
public: __property bool get_LinePtsVisible();
public: __property void set_LinePtsVisible( bool );
[Unmanaged C++]
public: HRESULT get_LinePtsVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_LinePtsVisible(
    VARIANT_BOOL newVal
);
[Java]
public bool getLinePtsVisible();
public void setLinePtsVisible(
    bool
);
[Python - STK API ]
@property
def LinePtsVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.