Exports the feature line as a grading feature line.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public ObjectId ExportAsGradingFeatureLine(
ObjectId siteId,
bool isDynamic,
string featureLineName,
ObjectId layerId,
ObjectId styleId,
GradingSmoothOption smoothOption
) |
Visual Basic |
---|
Public Function ExportAsGradingFeatureLine ( _
siteId As ObjectId, _
isDynamic As Boolean, _
featureLineName As String, _
layerId As ObjectId, _
styleId As ObjectId, _
smoothOption As GradingSmoothOption _
) As ObjectId |
Visual C++ |
---|
public:
ObjectId ExportAsGradingFeatureLine(
ObjectId siteId,
bool isDynamic,
String^ featureLineName,
ObjectId layerId,
ObjectId styleId,
GradingSmoothOption smoothOption
) |
Parameters
- siteId
- Type: ObjectId
The ObjectId of the site for the Grading FeatureLine.
- isDynamic
- Type: System..::..Boolean
- featureLineName
- Type: System..::..String
A name for the Grading FeatureLine. An empty name is allowed.
- layerId
- Type: ObjectId
The ObjectId of the layer for the grading FeatureLine.
- styleId
- Type: ObjectId
The ObjectId of the style for the Grading FeatureLine.
- smoothOption
- Type: Autodesk.Civil.DatabaseServices..::..GradingSmoothOption
The smoothing options for creating the grading FeatureLine.
See Also