Share

CorridorSurfaceBoundary.BoundaryType Property

Gets or sets the surface boundary type.



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

Syntax

C#

public CorridorSurfaceBoundaryType BoundaryType { get; set; }

VB

Public Property BoundaryType As CorridorSurfaceBoundaryType
	Get
	Set

C++

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

Property Value

CorridorSurfaceBoundaryType

Exceptions

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

See Also

Reference

Was this information helpful?