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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.