ProfileHatchAreaCollectionAdd Method

Adds an Autodesk.Civil.DatabaseServices.ProfileHatchArea to the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void Add(
	string hatchAreaName,
	ObjectId upperProfileId,
	ObjectId lowerProfileId,
	ObjectId shapeStyleId
)

Parameters

hatchAreaName  String
Profile hatch area name.
upperProfileId  ObjectId
Profile hatch area criteria's upper boundary object id.
lowerProfileId  ObjectId
Profile hatch area criteria's lower boundary object id.
shapeStyleId  ObjectId
Profile hatch area's shape style id.
See Also