BoundaryType Property

Gets or sets the surface boundary type.

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

Syntax

C#

public CorridorSurfaceBoundaryType BoundaryType { get; set; }

Visual Basic

Public Property BoundaryType As CorridorSurfaceBoundaryType
	Get
	Set

Visual C++

public:
property CorridorSurfaceBoundaryType BoundaryType {
	CorridorSurfaceBoundaryType get ();
	void set (CorridorSurfaceBoundaryType value);
}

Exceptions

ExceptionCondition
System.InvalidOperationException Thrown when setting if the boundary is corridor extents.

See Also