|
|
Begins a convex polygon.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub BeginPolygon ( _ vertexProperties As VertexProperties _ ) |
| C# |
|---|
public void BeginPolygon( VertexProperties vertexProperties ) |
| Visual C++ |
|---|
public: void BeginPolygon( VertexProperties vertexProperties ) |
Parameters
- vertexProperties
- Type: Autodesk.Navisworks.Api..::..VertexProperties
Vertex properties for the polygon.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |