Gets or sets the spacing value for user-defined hatch patterns.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public double Spacing { get; set; }
VB
Public Property Spacing As Double Get Set
C++
public: property double Spacing { double get (); void set (double value); }