Assigns elevations from surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public void AssignElevationsFromSurface( ObjectId surfaceId, bool bIncIntermediate )
Visual Basic
Public Sub AssignElevationsFromSurface ( _ surfaceId As ObjectId, _ bIncIntermediate As Boolean _ )
Visual C++
public: void AssignElevationsFromSurface( ObjectId surfaceId, bool bIncIntermediate )
Parameters
- surfaceId
- Type: ObjectId
The ObjectId of specified surface.
- bIncIntermediate
- Type: System.Boolean
Inserts intermediate grade break points or not.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException |
Thrown when:
|