CorridorFeatureLineExportAsGradingFeatureLine(ObjectId, Boolean) 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
)
Public Function ExportAsGradingFeatureLine (
siteId As ObjectId,
isDynamic As Boolean
) As ObjectId
public:
ObjectId ExportAsGradingFeatureLine(
ObjectId siteId,
bool isDynamic
)
Parameters
- siteId ObjectId
- The ObjectId of the site for the Grading FeatureLine.
- isDynamic Boolean
-
Return Value
ObjectId
See Also