TinSurfaceSetVertexElevation Method

Sets the elevation of a vertex in the TinSurface object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceOperationModifyTinVertexElevation SetVertexElevation(
	TinSurfaceVertex vertex,
	double newElevation
)

Parameters

vertex  TinSurfaceVertex
The vertex to be set with new elevation.
newElevation  Double
The new elevation for the vertex.

Return Value

SurfaceOperationModifyTinVertexElevation
See Also