CommandMode | This function puts the Edit window into command mode. |
CopySelectedToClipboard |
This method copies the selected command or commands from the Edit window to the Clipboard. |
CutSelectedToClipboard | This cuts any text or commands selected in the Edit window and stores them in the Clipboard. |
DMISMode | Switches edit window to DMIS mode |
GetCommandText | This function returns a string of the current command text for the specified command in Command. |
LastExecutionReportMode | Switches edit window to last execution report mode |
PasteFromClipboard |
This method pastes any PC-DMIS commands stored on the Clipboard into the Edit window at the current insertion point. You should first copy the commands using CopySelectedToClipboard. |
PasteFromClipboardWithPattern |
This pastes a mirrored pattern of a copied feature or group of features that are stored in the Clipboard. It pastes the feature or features at the current insertion point location using the pattern mirror defined in the SetPasteWithPatternMirror method. |
PrintEditWindow | Causes edit window to print current window contents |
ReportMode | This function puts the Edit window into report mode. |
SelectCommand | If you specify a command object to select, it selects that entire command in the Edit window. Otherwise, it selects the entire command surrounding the cursor location in the Edit window. You can use this method to perform automation tasks on a selected command. Once you have it selected, you can copy and paste it somewhere else in the Edit window using the CopySelectedToClipBoard and PasteFromClipboard methods. |
selectCommands | This behaves the same as SelectCommand, except you can use this to select a block of commands. You do this by defining a start command and an end command. This selects those commands and everything in between. |
SetDMISOutputOptions | This function sets output options for printing the Edit window contents as a DMIS file. |
SetPasteWithPatternMirror |
This defines the mirror pattern to use when pasting with the PasteFromClipboardWithPattern method. It can mirror the pattern around the X, Y, or Z axis. |
setPasteWithPatternParameters | setPasteWithPatternParameters |
SetPrintOptions | This function allows you to set Edit window print options. |
SetPrintOptionsEx | This function allows you to set extended Edit window print options. |
SummaryMode | Switches edit window to summary mode |
UnselectAll | This deselects any selected commands or text in the Edit window. |
_Visible | |
Application | Represents the read-only PC-DMIS application. The Application object includes properties and methods that return top-level objects. For example, the ActivePartProgram property returns a PartProgram object. |
Height | The height of the edit window in screen pixels. |
Left | The left edge of the edit window, measured from the left edge of the Windows Desktop. |
Parent | Returns the parent PartProgram of this object. |
ShowAlignments | This property is TRUE if alignments are being shown in the edit window, FALSE otherwise. |
ShowComments | This property is TRUE if comments are being shown in the edit window, FALSE otherwise. |
ShowDimensions | This property is TRUE if dimensions are being shown in the edit window, FALSE otherwise. |
ShowFeatures | This property is TRUE if features are being shown in the edit window, FALSE otherwise. |
ShowHeaderFooter | This property is TRUE if headers and footers are being shown in the edit window, FALSE otherwise. |
ShowHits | This property is TRUE if hits are being shown in the edit window, FALSE otherwise. |
ShowMoves | This property is TRUE if moves are being shown in the edit window, FALSE otherwise. |
ShowOutTolOnly | This property is TRUE if only out-of-tolerance dimensions are being shown in the edit window, FALSE otherwise. If ShowDimensions is FALSE, this property is ignored. |
ShowTips | This property is TRUE if tips are being shown in the edit window, FALSE otherwise. |
Top | The top edge of the edit window, measured from the top edge of the Windows Desktop. |
Visible | This property is TRUE if the edit window is visible, FALSE otherwise. |
Width | The width of the edit window in screen pixels. |