This class encapsulates boundary addition operations for a surface.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSurfaceOperation
Autodesk.Civil.DatabaseServicesSurfaceOperationAddBoundary
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class SurfaceOperationAddBoundary : SurfaceOperation, IEnumerable<SurfaceBoundary>
VB
Public Class SurfaceOperationAddBoundary Inherits SurfaceOperation Implements IEnumerable(Of SurfaceBoundary)
C++
public ref class SurfaceOperationAddBoundary : public SurfaceOperation, IEnumerable<SurfaceBoundary^>
The SurfaceOperationAddBoundary type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BoundaryType | Gets the boundary type for the current operation. |
![]() | Count | Gets the count of the boundaries in the current operation. |
![]() | Enabled |
Gets or sets whether this operation is included when the surface is built.
(Inherited from SurfaceOperation) |
![]() | IsTrimmed | Gets whether the boundary is trimmed. |
![]() | Item | |
![]() | 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. |
![]() | Name | Gets or sets the name for the add boundary operation. |
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 boundaries 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) |