Specifies that small gaps in contours should be filled in.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool FillGaps { get; set; }
VB
Public Property FillGaps As Boolean Get Set
C++
public: property bool FillGaps { bool get (); void set (bool value); }