Shape Class

Visual Basic
Public Class Shape
Inherits Entity
C#
public class Shape : Entity;
Description

 

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

Links