FeatureLineAssignElevationsFromSurface Method

Assigns elevations from surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
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
ExceptionCondition
ArgumentException Thrown when:
  1. The surfaceId is not an ObjectId of surface.
  2. The surface is not in the same database with feature line.
See Also