ProfileCriteriaCollectionAdd Method |
Adds an Autodesk.Civil.DatabaseServices.ProfileCriteria to the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void Add(
ObjectId profileId,
HatchCriteriaBoundaryType type
)
Public Sub Add (
profileId As ObjectId,
type As HatchCriteriaBoundaryType
)
public:
void Add(
ObjectId profileId,
HatchCriteriaBoundaryType type
)
Parameters
- profileId ObjectId
- The profile id of the hatch area criteria.
- type HatchCriteriaBoundaryType
- The profile hatch area criteria's boundary type.
See Also