UnHighlightElement Method
Description
This method removes highlighting from the specified CAD element (or elements) on the CAD model in the Graphics Display window.
Syntax
Parameters
- Name
- Required case-sensitive String that indicates the CAD element from which to remove highlighting.
- All
- Boolean value that indicates whether or not all CAD elements of that have Name should be deselected. If set to TRUE then all elements with Name are deselected. If set to FALSE, then only the first item in the list that has Name is deselected.
Return Type
Boolean value. Boolean returns true if the function succeeds in removing the highlight from the specified CAD element, false if it fails.
Remarks
See Also