BoundaryType Property

Gets the boundary that this critera's profile represents (upper or lower boundary) for the hatch area.

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

Syntax

C#

public HatchCriteriaBoundaryType BoundaryType { get; }

Visual Basic

Public ReadOnly Property BoundaryType As HatchCriteriaBoundaryType
	Get

Visual C++

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

See Also