|
|
Renders a 2D polyline in the XY plane at the current depth.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub Polyline2D ( _ points As Point2DList _ ) |
| C# |
|---|
public void Polyline2D( Point2DList points ) |
| Visual C++ |
|---|
public: void Polyline2D( Point2DList^ points ) |
Parameters
- points
- Type: Autodesk.Navisworks.Api..::..Point2DList
Array of each point
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |
| System..::..ArgumentNullException | Argument 'points' is null |
| System..::..ArgumentException | Argument 'points' has been Disposed |