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.
Read-write property
[Visual Basic .NET] |
---|
Public Property LinePtsVisible() As Boolean |
[C#] |
---|
public bool LinePtsVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_LinePtsVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_LinePtsVisible( VARIANT_BOOL * pVal ); public: HRESULT put_LinePtsVisible( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getLinePtsVisible(); public void setLinePtsVisible( bool ); |