Indent Property
Description
Indent distance (used with sample hits).
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property Indent As Double |
Return Type
Read/write Double value.
Remarks
This property applies only to PC-DMIS commands that have an indent field.
Note: For compatibility purposes with older scripts, the Command object allows you to use Indent to set an auto circle’s depth, however, for any new scripts you should use the newer Depth property to do this.
See Also