Specifies the ratio of the symbol’s width to its length along the slope line (width = length * width ratio).
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double WidthRatio { get; set; }
VB
Public Property WidthRatio As Double Get Set
C++
public: property double WidthRatio { double get (); void set (double value); }