ProfileCriteria Class

A critera that specifies the profile that defines the upper or lower boundary of a ProfileHatchArea. Each ProfileHatchArea has two criteria to define the upper and lower boundaries.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbGraphProfile>]
    Autodesk.Civil.DatabaseServicesProfileCriteria

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

The ProfileCriteria type exposes the following members.

Properties
 NameDescription
Public propertyBoundaryType Gets the boundary that this critera's profile represents (upper or lower boundary) for the hatch area.
Public propertyProfileId Gets or sets the profile id for this criteria.
Public propertyProfileName Gets or sets the profile name for this criteria.
Top
See Also