AGI STK Objects 11 Send comments on this topic.
LinePtsVisible Property (IAgLtGraphics)
See Also 





Description

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 * pRetVal
);
public: HRESULT put_LinePtsVisible(
VARIANT_BOOL NewLinePtsVisible
);

[Java]
public bool getLinePtsVisible();public void setLinePtsVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1