ClientGraphics.RangeBox Property
Parent Object: ClientGraphicsDescription
Property that returns a Box object which contains the opposing points of a rectangular box that is guaranteed to enclose this object.
Syntax
ClientGraphics.RangeBox() As BoxProperty Value
This is a read only property whose value is a Box.Samples
Name | Description |
Client Graphics - Draw Range Box | This sample demonstrates the use of client graphics to draw the range box of selected entities. |