Specifies the difference between numbers in the numbering sequence.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public int LinesIncrement { get; set; } |
| Visual Basic |
|---|
Public Property LinesIncrement As Integer Get Set |
| Visual C++ |
|---|
public: property int LinesIncrement { int get (); void set (int value); } |