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.8.0.280
Syntax
C#
public ProfileCriteriaCollection Criteria { get; }
VB
Public ReadOnly Property Criteria As ProfileCriteriaCollection Get
C++
public: property ProfileCriteriaCollection^ Criteria { ProfileCriteriaCollection^ get (); }