Share

ProfileCriteria.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.8.0.280

Syntax

C#

public HatchCriteriaBoundaryType BoundaryType { get; }

VB

Public ReadOnly Property BoundaryType As HatchCriteriaBoundaryType
	Get

C++

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

Property Value

HatchCriteriaBoundaryType

See Also

Reference

Was this information helpful?