Section Class

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.Entity
        Autodesk.AutoCAD.DatabaseServices.Section

Visual Basic

Public Class Section
Inherits Entity

C#

public class Section : Entity;

Description

This .NET class wraps the AcDbSection ObjectARX class. It represents the section plane entity in AutoCAD.

Links

Section Constructor, Section Methods, Section Properties