Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Overview 
PCDLRN ActiveX DLL : Commands Object
Commands Object Members
Public Methods
 
This method adds a Command.
Adds a new command to the command collection
Adds a new command to the command collection passing a name
Adds a new Constructed Point to the command collection with values for actual X,Y,Z
Adds a new Dimension to the command collection with values for actual X,Y,Z
Adds a multiple Constructed Points to the command collection with values for actual X,Y,Z
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.
Clears all marked Command objects in the collection. ClearMarked always returns TRUE.
Finds a command identified by the HiPart and LoPart parameters.
Return index (order) of the command in measurement routine
Sets the insertion point after a specified command.
Returns a specific Command object from a Commands collection.
Marks all the commands in a Commands collection.
Deletes a range of commands
Set Current Command
Public Properties
Read Only: Returns the Application Object
Represents the number of Command objects in the parent PartProgram object.
Read Only: Returns the current alignment

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.

Returns a Command object representing the last command in the measurement routine. Read-only Command object.

Returns the parent PartProgram object. Read-only.
See Also