A corridor surface boundary represents an outside or inside edge of a corridor surface (CorridorSurface). It is defined by a polygon or a series of feature line components (FeatureLineComponent).

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public sealed class CorridorSurfaceBoundary : CorridorSurfaceBaseMask
Visual Basic
Public NotInheritable Class CorridorSurfaceBoundary _
	Inherits CorridorSurfaceBaseMask
Visual C++
public ref class CorridorSurfaceBoundary sealed : public CorridorSurfaceBaseMask

Inheritance Hierarchy

System..::..Object
  [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
    Autodesk.Civil.DatabaseServices..::..CorridorSurfaceBaseMask
      Autodesk.Civil.DatabaseServices..::..CorridorSurfaceBoundary

See Also