_Item | |
Add | This method adds a Command. |
AddByCreationGuid | Adds a new command to the command collection |
AddCmdOfName | Adds a new command to the command collection passing a name |
AddConstPointWithValues | Adds a new Constructed Point to the command collection with values for actual X,Y,Z |
AddDimensionWithValues | Adds a new Dimension to the command collection with values for actual X,Y,Z |
AddMultiConstPoints | Adds a multiple Constructed Points to the command collection with values for actual X,Y,Z |
ClearAllBreakpoints | Clears all the breakpoints on all Command objects in the collection. You should use this method if you don’t want to step through the execution of a measurement routine. |
ClearMarked | Clears all marked Command objects in the collection. ClearMarked always returns TRUE. |
FindByUniqueID | Finds a command identified by the HiPart and LoPart parameters. |
IndexOf | Return index (order) of the command in measurement routine |
InsertionPointAfter | Sets the insertion point after a specified command. |
Item | Returns a specific Command object from a Commands collection. |
MarkAll | Marks all the commands in a Commands collection. |
RemoveCommandRange | Deletes a range of commands |
SetCurrentCommand | Set Current Command |
Application | Read Only: Returns the Application Object |
Count | Represents the number of Command objects in the parent PartProgram object. |
CurrentAlignment | Read Only: Returns the current alignment |
CurrentCommand | Returns a Command object representing the current PC-DMIS command. Note that if you use the Commands.Add method prior to this property, the current command returned will be the last added command from the Add method. Read-only Command object. |
LastCommand | Returns a Command object representing the last command in the measurement routine. Read-only Command object. |
Parent | Returns the parent PartProgram object. Read-only. |