This class encapsulates the operation of adding breaklines to a surface. Methods that import or create breaklines on a surface return this object, which contains all breaklines created in the operation.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSurfaceOperation
Autodesk.Civil.DatabaseServicesSurfaceOperationAddBreakline
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public class SurfaceOperationAddBreakline : SurfaceOperation, IEnumerable<SurfaceBreakline>
VB
Public Class SurfaceOperationAddBreakline Inherits SurfaceOperation Implements IEnumerable(Of SurfaceBreakline)
C++
public ref class SurfaceOperationAddBreakline : public SurfaceOperation, IEnumerable<SurfaceBreakline^>
The SurfaceOperationAddBreakline type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BreaklineType | Gets the type of breakline in the operation . | |
| Count | Gets the count of the breaklines contained in current operation. | |
| Description | Gets or sets the description for the operation. | |
| Enabled |
Gets or sets whether this operation is included when the surface is built.
(Inherited from SurfaceOperation) | |
| Item | ||
| MaximumDistance | Gets the maximum distance between vertices. | |
| MidOrdinateDistance | Gets the midOrdinateDistance value that is used to tessellate the arcs in the polyline when a breakline is defined from a polyline with curves. | |
| WeedingAngle | Gets the angle value for the weeding factor. | |
| WeedingDistance | Gets the distance value for the weeding factor. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from SurfaceOperation) | |
| GetEnumerator | Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection. | |
| GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection. | |
| InsertIntoDrawing | Inserts breaklines in the current operation into the drawing as AutoCAD polylines. | |
| MoveDown |
Moves the operation one position down in the operation list.
(Inherited from SurfaceOperation) | |
| MoveToBottom |
Moves the operation to the bottom of the operation list.
(Inherited from SurfaceOperation) | |
| MoveToTop |
Moves the operation to the top of the operation list.
(Inherited from SurfaceOperation) | |
| MoveUp |
Moves the operation one position up in the operation list.
(Inherited from SurfaceOperation) |
