CorridorFeatureLineExportAsGradingFeatureLine(ObjectId, Boolean, String, ObjectId, ObjectId, GradingSmoothOption) Method |
Exports the feature line as a grading feature line.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId ExportAsGradingFeatureLine(
ObjectId siteId,
bool isDynamic,
string featureLineName,
ObjectId layerId,
ObjectId styleId,
GradingSmoothOption smoothOption
)
Public Function ExportAsGradingFeatureLine (
siteId As ObjectId,
isDynamic As Boolean,
featureLineName As String,
layerId As ObjectId,
styleId As ObjectId,
smoothOption As GradingSmoothOption
) As ObjectId
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