The Emphasize method emphasizes selected areas.
Syntax
object.Emphasize( Percent, Group )
Parameter |
Type |
Description |
Percent |
Integer |
required; value between 10 and 200 percent |
Group |
Boolean |
optional; true to emphasize as a group |
Example
This example emphasizes a group of selected objects to 75 percent.
Selection.Emphasize(Percent:=75, Group:=True)
Used by: Selection collection