IBlockDefinition Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IBlockDefinition.

Public Properties

 NameDescription
 PropertyApplyUniformScaleGets or sets whether to uniformly scale Blocks on insertion.  
 PropertyBlockInsertUnitsGets or sets the units to use to create Blocks.  
 PropertyExplodableGets or sets whether to make Blocks explodable.  
 PropertyHandleGets the value of the handle for the Block definition.  
Top

Public Methods

 NameDescription
 MethodAddTemporaryEntityInserts the specified temporary entity in the Block definition.  
 MethodCreateExtensionDictionaryCreates a dictionary for the Block definition.  
 MethodDeleteCustomDataDeletes the specified custom data for the Block definition.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to the Block definition  
 MethodGetAttributeDefinitionsGets the BlockAttribute definitions for the Block definition.  
 MethodGetBasePointGets the coordinates of the base point of this Block definition.  
 MethodGetBlockInstancesGets the Block instances for the Block definition.  
 MethodGetBoundingBoxGets the bounding box enclosing the Block definition.  
 MethodGetCustomDataGets the specified custom data for the Block definition.  
 MethodGetEntitiesGets the entities that form the Block definition.  
 MethodGetExtensionDictionaryGets the dictionary for the Block definition.  
 MethodGetExternalReferenceGets the external reference for the Block definition.  
 MethodGetHyperLinkGets the hyperlink attached to the Block definition.  
 MethodGetNameGets the name of the Block definition.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the Block definition, if the dictionary exists and is empty.  
 MethodSetBasePointSets the coordinates of the base point of this Block definition.  
 MethodSetCustomDataSets the custom data for the Block definition.  
 MethodSetHyperLinkAttaches a hyperlink to the Block definition.  
Top

See Also