Gets an array that contains all the TinSurfaceVertex objects inside the border specified by a Point3d collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
Visual Basic |
---|
Public Function GetVerticesInsideBorder ( _
border As Point3dCollection _
) As TinSurfaceVertex() |
Visual C++ |
---|
public:
array<TinSurfaceVertex^>^ GetVerticesInsideBorder(
Point3dCollection^ border
) |
Parameters
- border
- Type: Point3dCollection
A collection that contains the Point3d objects used to specify the border.
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when the border contains less than 3 points.
|
See Also