IRegion Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IRegion.

Public Properties

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

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the Region.  
 MethodDeleteCustomDataDeletes the specified custom data from the Region.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to the Region.  
 MethodGetAreaCalculates the area of the Region.  
 MethodGetBoundingBoxGets the bounding box enclosing the Region.  
 MethodGetCentroidCalculates the centroid of a Region.  
 MethodGetCustomDataGets the specified custom data for the Region.  
 MethodGetExtensionDictionaryGets the dictionary for the Region.  
 MethodGetHyperLinkGets the hyperlink attached to the Region.  
 MethodGetNormalGets a vector that is normal to the Region.  
 MethodGetPerimeterCalculates the perimeter of the Region.  
 MethodGetPlaneGets an infinite mathematical plane for the Region.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the Region, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected Region to or from the current selection set.  
 MethodSetCustomDataSets the custom data for the Region.  
 MethodSetHyperLinkAttaches a hyperlink to the Region.  
Top

See Also