Section Class

Description

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

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;

Links

Section Constructor, Section Methods, Section Properties