Assigns elevations from surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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:
- The surfaceId is not an ObjectId of surface.
- The surface is not in the same database with feature line.
|
See Also