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