Gets the default minimum frontage for a new parcel.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyDouble MinimumFrontage { get; }
VB
Public ReadOnly Property MinimumFrontage As PropertyDouble Get
C++
public: property PropertyDouble^ MinimumFrontage { PropertyDouble^ get (); }