SurfaceAnalysisUserDefinedContourData Class

This class encapsulates all the properties of a single user-defined contour in a Surface analysis.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSurfaceAnalysisUserDefinedContourData

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

The SurfaceAnalysisUserDefinedContourData type exposes the following members.

Constructors
 NameDescription
Public methodSurfaceAnalysisUserDefinedContourDataInitializes a new instance of the SurfaceAnalysisUserDefinedContourData class
Public methodSurfaceAnalysisUserDefinedContourData(Double, Color, ObjectId, LineWeight)Initializes a new instance of the SurfaceAnalysisUserDefinedContourData class
Top
Properties
 NameDescription
Public propertyColor Gets or sets the color for the contour. This is an AutoCAD Color object.
Public propertyDescription Gets or sets the description for the contour.
Public propertyElevation Gets or sets the elevation value for the contour.
Public propertyLineTypeId Gets or sets the ObjectId of the line type for the contour.
Public propertyLineWeight Gets or sets the line weight for the contour.
Top
Remarks
This class defines a single user-defined contour, specified by a specific elevation. It also defines the user-defined description, and appearance (color, line type and line weight).

Users can define one or more custom contours to add to a surface analysis. The Surface.Analysis.GetUserDefinedContourData() method returns an array of SurfaceAnalysisUserDefinedContourData objects, one for each defined contour.
See Also