Share

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.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

 NameDescription
Public propertyCount Gets the number of ProfileHatchArea objects in the collection.
Public propertyItemInt32 
Public propertyItemString 

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.

See Also

Reference

Was this information helpful?