Shape Class

Description

This .NET class wraps the AcDbShape ObjectARX class. It represents the SHAPE entity within AutoCAD.

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.Entity
        Autodesk.AutoCAD.DatabaseServices.Shape

Visual Basic

Public Class Shape
Inherits Entity

C#

public class Shape : Entity;

Links

Shape Constructor, Shape Properties