BoundaryType Property

Gets the boundary type for the current operation.

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

Syntax

C#

public SurfaceBoundaryType BoundaryType { get; }

Visual Basic

Public ReadOnly Property BoundaryType As SurfaceBoundaryType
	Get

Visual C++

public:
property SurfaceBoundaryType BoundaryType {
	SurfaceBoundaryType get ();
}

See Also