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.280
Syntax
C#
public sealed class ProfileHatchAreaCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbGraphProfile>], IEnumerable<ProfileHatchArea>
VB
Public NotInheritable Class ProfileHatchAreaCollection Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbGraphProfile>] Implements IEnumerable(Of ProfileHatchArea)
C++
public ref class ProfileHatchAreaCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbGraphProfile>], IEnumerable<ProfileHatchArea^>
The ProfileHatchAreaCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count | Gets the number of ProfileHatchArea objects in the collection. |
![]() | ItemInt32 | |
![]() | ItemString |
Methods
Name | Description | |
---|---|---|
![]() | Add | Adds an Autodesk.Civil.DatabaseServices.ProfileHatchArea to the collection. |
![]() | GetEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection. |
![]() | GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection. |
![]() | Remove | Removes an Autodesk.Civil.DatabaseServices.ProfileHatchArea by the hatch area name from the collection. |