Criteria Property

Gets the collection of hatch area criteria in the profile hatch area. The criteria define the profile that sets upper or lower boundary for the hatch area.

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

Syntax

C#

public ProfileCriteriaCollection Criteria { get; }

Visual Basic

Public ReadOnly Property Criteria As ProfileCriteriaCollection
	Get

Visual C++

public:
property ProfileCriteriaCollection^ Criteria {
	ProfileCriteriaCollection^ get ();
}

See Also