Highlight Method |
Sets the highlight status for the given object, or for all objects in a given selection set.
Signature
object.Highlight HighlightFlag
Object
All
Drawing Objects, SelectionSet, AttributeReference, Group
The object or objects this method applies to.
HighlightFlag
Boolean; input-only
TRUE: The object is highlighted.
FALSE: The existing highlight is removed from the object.
Remarks
Once the highlight flag for an object has been set, a call to the Update or Regen method is required to view the change.
Note that this function does not return the current highlight status of an object.
Comments? |