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