ProfileHatchAreaCollection Class

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.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbGraphProfile>]
    Autodesk.Civil.DatabaseServicesProfileHatchAreaCollection

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class ProfileHatchAreaCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbGraphProfile>], 
	IEnumerable<ProfileHatchArea>

The ProfileHatchAreaCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of ProfileHatchArea objects in the collection.
Public propertyItemInt32 
Public propertyItemString 
Top
Methods
 NameDescription
Public methodAdd Adds an Autodesk.Civil.DatabaseServices.ProfileHatchArea to the collection.
Public methodGetEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodRemove Removes an Autodesk.Civil.DatabaseServices.ProfileHatchArea by the hatch area name from the collection.
Top
See Also