IGeneralDimension Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IGeneralDimension.

Public Properties

 NameDescription
 PropertyColorGets or sets the TextColor of the Dimension.  
 PropertyDimensionStyleGets or sets the name of the DimensionStyle of the Dimension.  
 PropertyElevationGets or sets the elevation of this Dimension.  
 PropertyErasedGets or sets whether to erase or restore the Dimension.  
 PropertyHandleGets the value of the handle for the Dimension.  
 PropertyLayerGets or sets the name of the Layer of the Dimension.  
 PropertyLineScaleGets or sets the scale factor for the Dimension's LineStyle.  
 PropertyLineStyleGets or sets the name of the LineStyle for the Dimension.  
 PropertyLineWeightGets or sets the LineWeight for the Dimension.  
 PropertyMeasurementGets or sets the Dimension measurement.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this Dimension.  
 PropertyRelatedGets whether the Dimension is related to an entity.  
 PropertyTextOverrideGets or sets the text with which to override the Dimension text.  
 PropertyTextRotationGets or sets the angle with which to rotate the Dimension text.  
 PropertyTransparencyGets or sets the transparency object for this Dimension.  
 PropertyVisibleGets or sets whether to show the Dimension in the drawing.  
Top

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the Dimension.  
 MethodDeleteCustomDataDeletes the specified custom data from the Dimension.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to the Dimension.  
 MethodDropRelatedRemoves the relationship between the entity and a Dimension.  
 MethodGetBoundingBoxGets the bounding box enclosing the Dimension.  
 MethodGetCustomDataGets the specified custom data for the Dimension.  
 MethodGetDimensionStyleDataGets the DimensionStyle of the Dimension.  
 MethodGetDimensionStyleUserDataGets the DimensionStyle user data, including overrides, of the Dimension.  
 MethodGetExtensionDictionaryGets the dictionary for the Dimension.  
 MethodGetHyperLinkGets the hyperlink attached to the Dimension.  
 MethodGetNormalGets the vector normal to this Dimension.  
 MethodGetTextPositionGets the position of the Dimension.  
 MethodIsUseDefaultPositionGets or sets whether the text of this Dimension uses the default position.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the Dimension, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected Dimension to or from the current selection set.  
 MethodSetCustomDataSets the custom data for the Dimension.  
 MethodSetHyperLinkAttaches the hyperlink to the Dimension.  
 MethodSetNormalSets the vector normal to this Dimension.  
 MethodSetTextPositionSets the position of the Dimension.  
 MethodSetUseDefaultPositionSets the text of this Dimension to use the default position.  
Top

See Also