Specifies the line length as a percent of slope length for Slope 1.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double PercentofLength1 { get; set; }
VB
Public Property PercentofLength1 As Double Get Set
C++
public: property double PercentofLength1 { double get (); void set (double value); }