SurfaceOperationAddBoundary Class

This class encapsulates boundary addition operations for a surface.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSurfaceOperation
    Autodesk.Civil.DatabaseServicesSurfaceOperationAddBoundary

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class SurfaceOperationAddBoundary : SurfaceOperation, 
	IEnumerable<SurfaceBoundary>

The SurfaceOperationAddBoundary type exposes the following members.

Properties
 NameDescription
Public propertyBoundaryType Gets the boundary type for the current operation.
Public propertyCount Gets the count of the boundaries in the current operation.
Public propertyEnabled Gets or sets whether this operation is included when the surface is built.
(Inherited from SurfaceOperation)
Public propertyIsTrimmed Gets whether the boundary is trimmed.
Public propertyItem 
Public propertyMidOrdinateDistance Gets the midOrdinateDistance value that is used to tessellate the arcs in the polyline when a breakline is defined from a polyline with curves.
Public propertyName Gets or sets the name for the add boundary operation.
Top
Methods
 NameDescription
Public methodDispose
(Inherited from SurfaceOperation)
Public methodGetEnumerator Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodInsertIntoDrawing Inserts boundaries in the current operation into the drawing as AutoCAD polylines.
Public methodMoveDown Moves the operation one position down in the operation list.
(Inherited from SurfaceOperation)
Public methodMoveToBottom Moves the operation to the bottom of the operation list.
(Inherited from SurfaceOperation)
Public methodMoveToTop Moves the operation to the top of the operation list.
(Inherited from SurfaceOperation)
Public methodMoveUp Moves the operation one position up in the operation list.
(Inherited from SurfaceOperation)
Top
See Also