This class encapsulates the breakline operation list for a surface. Operations are held in the order they are performed on the surface.
Inheritance Hierarchy
SystemObjectSurfaceDefinitionBaseSurfaceOperationAddBreakline
Autodesk.Civil.DatabaseServicesSurfaceDefinitionBreaklines
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SurfaceDefinitionBreaklines : SurfaceDefinitionBase<SurfaceOperationAddBreakline>
VB
Public NotInheritable Class SurfaceDefinitionBreaklines Inherits SurfaceDefinitionBase(Of SurfaceOperationAddBreakline)
C++
public ref class SurfaceDefinitionBreaklines sealed : public SurfaceDefinitionBase<SurfaceOperationAddBreakline^>
The SurfaceDefinitionBreaklines type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddBreaklinesFromFile | Adds breaklines from a .flt file (ASCII file format), and maintains the link to the file. |
![]() ![]() | AddNonDestructiveBreaklines(ObjectIdCollection, Double) | Adds non-destructive breaklines to a surface from a collection of entities. |
![]() | AddNonDestructiveBreaklines(Point2dCollection, Double) | Adds non-destructive breaklines to a surface from a collection of 2d points. |
![]() | AddNonDestructiveBreaklines(Point3dCollection, Double) | Adds non-destructive breaklines to a surface from a collection of 3d points. |
![]() ![]() | AddProximityBreaklines(ObjectIdCollection, Double) | Adds proximity breaklines to a surface from an ObjectId collection. |
![]() | AddProximityBreaklines(Point2dCollection, Double) | Adds proximity breaklines to a surface from a collection of 2d points. |
![]() | AddProximityBreaklines(Point3dCollection, Double) | Adds proximity breaklines to a surface from a collection of 3d points. |
![]() ![]() | AddStandardBreaklines(ObjectIdCollection, Double, Double, Double, Double) | Adds standard breaklines to the surface fromm a collection of entities. |
![]() | AddStandardBreaklines(Point2dCollection, Double, Double, Double, Double) | Adds standard breaklines to the surface from a collection of 2d points. |
![]() | AddStandardBreaklines(Point3dCollection, Double, Double, Double, Double) | Adds standard breaklines to the surface from a collection of 3d points. |
![]() | AddWallBreaklines(WallBreaklineCreationData, Double, Double, Double, Double) | Adds wall breaklines to a surface, specifying a single elevation for all vertices. |
![]() | AddWallBreaklines(WallBreaklineCreationDataEx, Double, Double, Double, Double) | Adds wall breaklines to a surface, specifiying elevations for each vertex. |
![]() ![]() | ImportBreaklinesFromFile | Adds breaklines from a .flt file (ASCII file format). |