SurfaceBreakline Class

This class defines a TIN surface breakline.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSurfaceBreakline

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class SurfaceBreakline

The SurfaceBreakline type exposes the following members.

Properties
 NameDescription
Public propertyBreaklineType Gets the surface breakline type.
Public propertyDescription Gets the description for the breakline.
Public propertyVertices Gets a vertex collection that composites the breakline.
Top
Methods
 NameDescription
Public methodInsertIntoDrawing Inserts the breakline into the drawing as AutoCAD polylines.
Top
Remarks
A TIN surface holds the collection of breaklines in its BreaklinesDefinition property.
See Also