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
) |
Visual Basic |
---|
Public Function ExportAsGradingFeatureLine ( _
siteId As ObjectId, _
isDynamic As Boolean _
) As ObjectId |
Visual C++ |
---|
public:
ObjectId ExportAsGradingFeatureLine(
ObjectId siteId,
bool isDynamic
) |
Parameters
- siteId
- Type: ObjectId
The ObjectId of the site for the Grading FeatureLine.
- isDynamic
- Type: System..::..Boolean
See Also