Checks whether Workpoint with the specified name is suppressed on the occurrence."
IvExtIsWorkPointSuppressed ( prt As Part, _
name As String, _
Optional scope As Name = All ) As Boolean
Argument | Type | Description |
---|---|---|
part | part | Occurrence |
name | string | Workpoint name |
scope | name | Optional; defines the scope of operation. Options are
|