Autodesk.AutoCAD.DatabaseServices Namespace > Region Class
Region Class
Description

 

This .NET class wraps the AcDbRegion ObjectARX class. 

Objects of this class represent region entities in AutoCAD. 

An Region entity is a container and interface for a ShapeManager object that is the actual geometrical representation of the region. This class provides no provisions for directly manipulating the edges, vertices, or faces of the ShapeManager object that is the actual region representation.

Class Hierarchy
Visual Basic
Public Class Region
Inherits Entity
C#
public class Region : Entity;
Links
   Comments?