BoundaryType Property

Gets the default boundary type.

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

Syntax

C#

public PropertyEnum<SurfaceBoundaryType> BoundaryType { get; }

Visual Basic

Public ReadOnly Property BoundaryType As PropertyEnum(Of SurfaceBoundaryType)
	Get

Visual C++

public:
property PropertyEnum<SurfaceBoundaryType>^ BoundaryType {
	PropertyEnum<SurfaceBoundaryType>^ get ();
}

See Also