Share

SurfaceStyle.ContourStyle Property

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.8.0.280

Syntax

C#

public SurfaceContourStyle ContourStyle { get; }

VB

Public ReadOnly Property ContourStyle As SurfaceContourStyle
	Get

C++

public:
property SurfaceContourStyle^ ContourStyle {
	SurfaceContourStyle^ get ();
}

Property Value

SurfaceContourStyle

See Also

Reference

Was this information helpful?