Gets an array that contains all the TinSurfaceVertex objects inside the polyline.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public TinSurfaceVertex[] GetVerticesInsidePolylines( ObjectIdCollection polylineIds )
Visual Basic
Public Function GetVerticesInsidePolylines ( _ polylineIds As ObjectIdCollection _ ) As TinSurfaceVertex()
Visual C++
public: array<TinSurfaceVertex^>^ GetVerticesInsidePolylines( ObjectIdCollection^ polylineIds )
Parameters
- polylineIds
- Type: ObjectIdCollection
A collection that contains polyline ObjectIds.
Remarks
This method is used to prepare the KrigingMethodOptions object used to smooth a surface using the Kriging method.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException |
Thrown when:
|