Share

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.280

Syntax

C#

public class SurfaceBreakline

VB

Public Class SurfaceBreakline

C++

public ref 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.

Methods

 NameDescription
Public methodInsertIntoDrawing Inserts the breakline into the drawing as AutoCAD polylines.

Remarks

A TIN surface holds the collection of breaklines in its BreaklinesDefinition property.

See Also

Reference

Was this information helpful?