BoundaryPointCount Property
Description
Indicates the number of boundary points to used in a patch scan.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property BoundaryPointCount As Long |
Return Type
Read/write Long.
Remarks
Individual boundary points can be set or retrieved via the "BasicScan.GetBoundaryPoint" and "BasicScan.SetBoundaryPoint" methods.
See Also