Share

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

Syntax

C#

public sealed class ProfileCriteria : [T:Autodesk.Civil.CivilWrapper<AeccDbGraphProfile>]

VB

Public NotInheritable Class ProfileCriteria
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbGraphProfile>]

C++

public ref class ProfileCriteria sealed : public [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.

See Also

Reference

Was this information helpful?