IBlockInstance Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IBlockInstance.

Public Properties

 NameDescription
 PropertyColorGets or sets the LineColor of this Block instance.  
 PropertyErasedGets or sets whether to erase or restore the Block instance.  
 PropertyHandleGets the value of the handle for the Block instance.  
 PropertyLayerGets or sets the name of the Layer of the Block instance.  
 PropertyLineScaleGets or sets the scale factor for the Block instance's LineStyle.  
 PropertyLineStyleGets or sets the name of the LineStyle for the Block instance.  
 PropertyLineWeightGets or sets the LineWeight for the BlockAttribute.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this Block instance.  
 PropertyRotationGets or sets the angle by which to rotate the Block instance.  
 PropertyTransparencyGets or sets the transparency object for this Block instance.  
 PropertyVisibleGets or sets whether to show the Block instance in the drawing.  
Top

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the Block instance.  
 MethodDeleteCustomDataDeletes the specified custom data for the Block instance.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to the Block instance.  
 MethodExplodeExplodes the Block instance.  
 MethodGetAttributeInstancesGets the BlockAttribute instances for the Block instance.  
 MethodGetBlockDefinitionGets the Block definition for the Block instance.  
 MethodGetBoundingBoxGets the bounding box enclosing the Block instance.  
 MethodGetCustomDataGets the specified custom data for the Block instance.  
 MethodGetExtensionDictionaryGets the dictionary for the Block instance.  
 MethodGetHyperLinkGets the hyperlink attached to the Block instance.  
 MethodGetIDGets the ID of the Block instance.  
 MethodGetNormalGets the vector normal to this Block instance.  
 MethodGetPositionGets the insertion point of the Block instance.  
 MethodGetScalesGets the scale factors for the x, y, and z coordinates of the Block instance.  
 MethodGetWorkingSpaceGets the type of working space and the working space object.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the Block instance, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected Block instance to or from the current selection set.  
 MethodSetCustomDataSets the custom data for the Block instance.  
 MethodSetHyperLinkAttaches a hyperlink to the Block instance.  
 MethodSetNormalSets the vector normal to this Block instance.  
 MethodSetPositionSets the insertion point of the Block instance.  
 MethodSetScalesSets the scale factors for the x, y, and z coordinates of the Block instance.  
Top

See Also