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