Sets the elevation of multiple vertices in the TinSurface object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public SurfaceOperationModifyMultipleTinVerticesElevation SetVerticesElevation(
	IEnumerable<TinSurfaceVertex> vertices,
	double newElevation
)
Visual Basic
Public Function SetVerticesElevation ( _
	vertices As IEnumerable(Of TinSurfaceVertex), _
	newElevation As Double _
) As SurfaceOperationModifyMultipleTinVerticesElevation
Visual C++
public:
SurfaceOperationModifyMultipleTinVerticesElevation^ SetVerticesElevation(
	IEnumerable<TinSurfaceVertex^>^ vertices, 
	double newElevation
)

Parameters

vertices
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'TinSurfaceVertex>)>)>
The vertices to be set with new a elevation.
newElevation
Type: System..::..Double
The new elevation for the vertices.

See Also