TinSurfaceGetVerticesInsidePolylines Method

Gets an array that contains all the TinSurfaceVertex objects inside the polyline.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public TinSurfaceVertex[] GetVerticesInsidePolylines(
	ObjectIdCollection polylineIds
)

Parameters

polylineIds  ObjectIdCollection
A collection that contains polyline ObjectIds.

Return Value

TinSurfaceVertex
Exceptions
ExceptionCondition
ArgumentException Thrown when:
  1. The ObjectIdCollection contains types of ObjectId other than Autodesk.AutoCAD.DatabaseServices.Polyline.
  2. The polylineIds count is 0.
Remarks
This method is used to prepare the KrigingMethodOptions object used to smooth a surface using the Kriging method.
See Also