ExportAsGradingFeatureLine Method (ObjectId, Boolean)

Exports the feature line as a grading feature line.

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

Syntax

C#

public ObjectId ExportAsGradingFeatureLine(
	ObjectId siteId,
	bool isDynamic
)

Visual Basic

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

Visual C++

public:
ObjectId ExportAsGradingFeatureLine(
	ObjectId siteId, 
	bool isDynamic
)

Parameters

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

See Also