The ProfileHatchAreaCollection class represents the collection of all hatch area definitions in the ProfileView. A ProfileHatchArea defines the appearance of cut or fill areas in a ProfileView.

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

Syntax

C#
public sealed class ProfileHatchAreaCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbGraphProfile>], 
	IEnumerable<ProfileHatchArea>
Visual Basic
Public NotInheritable Class ProfileHatchAreaCollection _
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbGraphProfile>] _
	Implements IEnumerable(Of ProfileHatchArea)
Visual C++
public ref class ProfileHatchAreaCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbGraphProfile>], 
	IEnumerable<ProfileHatchArea^>

Inheritance Hierarchy

System..::..Object
  [T:Autodesk.Civil.CivilWrapper<AeccDbGraphProfile>]
    Autodesk.Civil.DatabaseServices..::..ProfileHatchAreaCollection

See Also