Share

CorridorFeatureLine.ExportAsGradingFeatureLine(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.280

Syntax

C#

public ObjectId ExportAsGradingFeatureLine(
	ObjectId siteId,
	bool isDynamic,
	string featureLineName,
	ObjectId layerId,
	ObjectId styleId,
	GradingSmoothOption smoothOption
)

VB

Public Function ExportAsGradingFeatureLine ( 
	siteId As ObjectId,
	isDynamic As Boolean,
	featureLineName As String,
	layerId As ObjectId,
	styleId As ObjectId,
	smoothOption As GradingSmoothOption
) As ObjectId

C++

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

Reference

Was this information helpful?