Share

FeatureLine.AssignElevationsFromSurface Method

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

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

Reference

Was this information helpful?