|
|
Specifies polygon vertex.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub Vertex ( _ coordinate As Point3D _ ) |
| C# |
|---|
public void Vertex( Point3D coordinate ) |
| Visual C++ |
|---|
public: void Vertex( Point3D^ coordinate ) |
Parameters
- coordinate
- Type: Autodesk.Navisworks.Api..::..Point3D
Vertex co-ordinate.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |
| System..::..ArgumentNullException | Argument 'coordinate' is null |
| System..::..ArgumentException | Argument 'coordinate' has been Disposed |