TinSurfaceDeleteVertices Method

Deletes multiple vertices from the TinSurface object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceOperationDeleteMultipleTinVertices DeleteVertices(
	IEnumerable<TinSurfaceVertex> vertices
)

Parameters

vertices  IEnumerableTinSurfaceVertex
The vertices to be deleted.

Return Value

SurfaceOperationDeleteMultipleTinVertices
See Also