This class encapsulates the operation of adding contours to a surface.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSurfaceOperation
Autodesk.Civil.DatabaseServicesSurfaceOperationAddContour
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class SurfaceOperationAddContour : SurfaceOperation
VB
Public Class SurfaceOperationAddContour Inherits SurfaceOperation
C++
public ref class SurfaceOperationAddContour : public SurfaceOperation
The SurfaceOperationAddContour type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| 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) | |
| MaximumDistance | Gets the maximum distance between vertices. | |
| MidOrdinateDistance | Gets the midOrdinateDistance value that is used to tessellate the arcs in the polyline when the breakline is defined from a polyline with curves. | |
| Summary | Gets the summery for the operation. | |
| 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) | |
| InsertIntoDrawing | Inserts contour data 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) |
