Region Class

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.Entity
        Autodesk.AutoCAD.DatabaseServices.Region

Visual Basic

Public Class Region
Inherits Entity

C#

public class Region : Entity;

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.

Links

Region Methods, Region Properties