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