 
            | Solid Edge Draft Type Library : BlockOccurrence Object | 
|  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 | Set the origin position of the block occurrence. | 
|  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 | Get the origin position of the block occurrence. | 
|  Unblock | Converts a block occurrence to its contents (deletes the occurrence) | 
|  Application | Returns the active application object. | 
|  Block | Returns or sets the block associated with the block occurrence. | 
|  BlockLabelOccurrences | Collection of block label occurrences | 
|  BlockView | Returns or sets the block view associated with a block occurrence. | 
|  Document | Returns the document to which the referenced object belongs. | 
|  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. | 
|  MemberReference | Creates an object that refers to the specified object in the context of the block occurrence | 
|  Name | Returns the name of the referenced object. | 
|  OriginReference | Creates an object that refers to the origin point in the context of the block occurrence | 
|  Parent | Returns the parent object for the referenced object. | 
|  RotationAngle | Returns the rotation angle of the block occurrence. | 
|  ScaleFactor | Returns the scale of the block occurrence. | 
|  Type | Specifies the type of the object being referenced. | 
|  ZOrder | Specifies the front-to-back order in which an object is displayed relative to other objects. |