Share

ProfileHatchAreaCollection.Add Method

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



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void Add(
	string hatchAreaName,
	ObjectId upperProfileId,
	ObjectId lowerProfileId,
	ObjectId shapeStyleId
)

VB

Public Sub Add ( 
	hatchAreaName As String,
	upperProfileId As ObjectId,
	lowerProfileId As ObjectId,
	shapeStyleId As ObjectId
)

C++

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

Reference

Was this information helpful?