ProfileHatchAreaCollectionAdd Method |
Adds an Autodesk.Civil.DatabaseServices.ProfileHatchArea to the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void Add(
string hatchAreaName,
ObjectId upperProfileId,
ObjectId lowerProfileId,
ObjectId shapeStyleId
)
Public Sub Add (
hatchAreaName As String,
upperProfileId As ObjectId,
lowerProfileId As ObjectId,
shapeStyleId As ObjectId
)
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