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 * pVal
);
public: HRESULT put_LinePtsVisible(
VARIANT_BOOL newVal
);
|
[Java] |
---|
public bool getLinePtsVisible();
public void setLinePtsVisible(
bool
);
|
See Also