CorridorFeatureLineExportAsGradingFeatureLine(ObjectId, Boolean, String, ObjectId, ObjectId, GradingSmoothOption) Method

Exports the feature line as a grading feature line.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectId ExportAsGradingFeatureLine(
	ObjectId siteId,
	bool isDynamic,
	string featureLineName,
	ObjectId layerId,
	ObjectId styleId,
	GradingSmoothOption smoothOption
)

Parameters

siteId  ObjectId
The ObjectId of the site for the Grading FeatureLine.
isDynamic  Boolean
 
featureLineName  String
A name for the Grading FeatureLine. An empty name is allowed.
layerId  ObjectId
The ObjectId of the layer for the grading FeatureLine.
styleId  ObjectId
The ObjectId of the style for the Grading FeatureLine.
smoothOption  GradingSmoothOption
The smoothing options for creating the grading FeatureLine.

Return Value

ObjectId
See Also