Gets or sets a boolean value which specifies whether the offset is set by user.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public bool UseUserSpecifiedOffset { get; set; }
VB
Public Property UseUserSpecifiedOffset As Boolean Get Set
C++
public: property bool UseUserSpecifiedOffset { bool get (); void set (bool value); }