Adds an Autodesk.Civil.DatabaseServices.ProfileHatchArea to the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void Add(
string hatchAreaName,
ObjectId upperProfileId,
ObjectId lowerProfileId,
ObjectId shapeStyleId
) |
Visual Basic |
---|
Public Sub Add ( _
hatchAreaName As String, _
upperProfileId As ObjectId, _
lowerProfileId As ObjectId, _
shapeStyleId As ObjectId _
) |
Visual C++ |
---|
public:
void Add(
String^ hatchAreaName,
ObjectId upperProfileId,
ObjectId lowerProfileId,
ObjectId shapeStyleId
) |
Parameters
- hatchAreaName
- Type: System..::..String
Profile hatch area name.
- upperProfileId
- Type: ObjectId
Profile hatch area criteria's upper boundary object id.
- lowerProfileId
- Type: ObjectId
Profile hatch area criteria's lower boundary object id.
- shapeStyleId
- Type: ObjectId
Profile hatch area's shape style id.
See Also