Share

Polyline3d Class

Description

This .NET class wraps the AcDb3dPolyline ObjectARX class.

The Polyline3d class represents the 3D polyline entity within AutoCAD.

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.Entity
        Autodesk.AutoCAD.DatabaseServices.Curve
            Autodesk.AutoCAD.DatabaseServices.Polyline3d

Visual Basic

Public Class Polyline3d
Inherits Curve
Inherits IEnumerable

C#

public class Polyline3d : Curve, IEnumerable;

Notes

The controlling application must explicitly delete the subentities of any complex entity that is not database resident. Otherwise, a small memory leak will result.

Do not derive from this class. Attempting to do so will cause your application to halt AutoCAD.

Links

Polyline3d Constructor, Polyline3d Methods, Polyline3d Properties

See Also

DBObject, Entity

Was this information helpful?