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.280
Syntax
C#
public TinSurfaceVertex[] GetVerticesInsidePolylines( ObjectIdCollection polylineIds )
VB
Public Function GetVerticesInsidePolylines ( polylineIds As ObjectIdCollection ) As TinSurfaceVertex()
C++
public: array<TinSurfaceVertex^>^ GetVerticesInsidePolylines( ObjectIdCollection^ polylineIds )
Parameters
- polylineIds ObjectIdCollection
- A collection that contains polyline ObjectIds.
Return Value
TinSurfaceVertexExceptions
Exception | Condition |
---|---|
ArgumentException |
Thrown when:
|