Public Methods
|  BringForward | Changes the display order of the referenced object by moving it in front of the first object that obscures it. | 
|  BringToFront | Changes the display order of the referenced object by moving it in front of all other overlapping objects. | 
|  Copy | Places a copy of the referenced object on the clipboard. | 
|  Cut | Moves the referenced object to the system clipboard. | 
|  Delete | Deletes the referenced object. | 
|  Duplicate | Copies the referenced object to a specified location, creating a new instance of the object with the same property values as the original. | 
|  GetOrigin | Gets origin of block label | 
|  Mirror | Copies the referenced object about an axis. | 
|  Move | Moves the referenced object. | 
|  Range | Returns the high and low range values for the referenced object. | 
|  Rotate | Rotates the referenced object about the point specified by the angle in radians. | 
|  Scale | Scales the referenced object by a specified factor. | 
|  Select | Selects the referenced object in the active window. | 
|  SendBackward | Changes the display order of visible objects by moving the referenced object so that it is in back of the first object behind it. | 
|  SendToBack | Changes the display order of visible objects by moving the referenced object behind all overlapping objects. | 
|  SetOrigin | Sets origin of block label | 
Public Properties
|  Angle | Angle of text string in radians | 
|  Application | Returns the active application object. | 
|  Description | Description of block label | 
|  Document | Returns the document to which the referenced object belongs. | 
|  Global | Whether or not a label has the same value in all block occurrences | 
|  Index | Returns the numeric index for the active object. | 
|  Key | Returns a key (a string) to find the object relative to its owning parents. | 
|  Layer | Sets and returns the named layer on which the referenced object resides. | 
|  Name | Returns the name of the referenced object. | 
|  OriginLocation | Specifies the location of the origin with respect to the label text. | 
|  Parent | Returns the parent object for the referenced object. | 
|  PositionLocked | Whether or not the label origin can be changed in the context of a block occurrence | 
|  Prompt | Whether or not user should be prompted for label value on creation of block occurrence | 
|  style | For collection objects, Body objects, RefPlane objects, Sketch objects, CoordinateSystem objects, CommandBarButton objects, SmartFrame2d objects, View objects, and TextCharStyle objects, Style is read-write. For all other objects, Style is read-only. | 
|  Type | Specifies the type of the object being referenced. | 
|  value | Default value of label | 
|  VisibleInOccurrence | Whether or not a label displays in the context of a block occurrence | 
|  ZOrder | Specifies the front-to-back order in which an object is displayed relative to other objects. | 
See Also