SurfaceOperationAddContour Class

This class encapsulates the operation of adding contours to a surface.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSurfaceOperation
    Autodesk.Civil.DatabaseServicesSurfaceOperationAddContour

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class SurfaceOperationAddContour : SurfaceOperation

The SurfaceOperationAddContour type exposes the following members.

Properties
 NameDescription
Public propertyDescription Gets or sets the description for the operation.
Public propertyEnabled Gets or sets whether this operation is included when the surface is built.
(Inherited from SurfaceOperation)
Public propertyMaximumDistance Gets the maximum distance between vertices.
Public propertyMidOrdinateDistance Gets the midOrdinateDistance value that is used to tessellate the arcs in the polyline when the breakline is defined from a polyline with curves.
Public propertySummary Gets the summery for the operation.
Public propertyWeedingAngle Gets the angle value for the weeding factor.
Public propertyWeedingDistance Gets the distance value for the weeding factor.
Top
Methods
 NameDescription
Public methodDispose
(Inherited from SurfaceOperation)
Public methodInsertIntoDrawing Inserts contour data 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
Remarks
An instance of this class is returned by the AddContours() method.
See Also