SurfaceContourStyleDepressionTickMarkLength Property

Gets or sets the double value that specifies the length of the tick mark that is drawn normal to the depression contour.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double DepressionTickMarkLength { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the input value is out of interval [0.0, 1.0e+24]. This property is usable only when DisplayDepressions is set to true.
See Also