IBlockInstance Interface Methods Send Feedback
See Also 

For a list of all members of this type, see IBlockInstance members.

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