Gets the style object that specifies properties for surface minor, major, depression, and user-defined contour lines.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public SurfaceContourStyle ContourStyle { get; }
Visual Basic
Public ReadOnly Property ContourStyle As SurfaceContourStyle
	Get
Visual C++
public:
property SurfaceContourStyle^ ContourStyle {
	SurfaceContourStyle^ get ();
}

See Also