Specify whether the individual perimeter points used to define the boundary of an area target are marked along the area target's boundary.
Read-write property
[Visual Basic .NET] |
---|
Public Property BoundaryPtsVisible() As Boolean |
[C#] |
---|
public bool BoundaryPtsVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_BoundaryPtsVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_BoundaryPtsVisible( VARIANT_BOOL * pShowBoundaryPts ); public: HRESULT put_BoundaryPtsVisible( VARIANT_BOOL pShowBoundaryPts ); |
[Java] |
---|
public bool getBoundaryPtsVisible(); public void setBoundaryPtsVisible( bool ); |