Share

CorridorFeatureLine.ExportAsGradingFeatureLine(ObjectId, Boolean) Method

Exports the feature line as a grading feature line.



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

Syntax

C#

public ObjectId ExportAsGradingFeatureLine(
	ObjectId siteId,
	bool isDynamic
)

VB

Public Function ExportAsGradingFeatureLine ( 
	siteId As ObjectId,
	isDynamic As Boolean
) As ObjectId

C++

public:
ObjectId ExportAsGradingFeatureLine(
	ObjectId siteId, 
	bool isDynamic
)

Parameters

siteId  ObjectId
The ObjectId of the site for the Grading FeatureLine.
isDynamic  Boolean
 

Return Value

ObjectId

See Also

Reference

Was this information helpful?