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