|
![]() |
Renders a 2D point 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 Point ( _ point2D As Point2D _ ) |
C# |
---|
public void Point( Point2D point2D ) |
Visual C++ |
---|
public: void Point( Point2D^ point2D ) |
Parameters
- point2D
- Type: Autodesk.Navisworks.Api..::..Point2D
Position to render point.
Exceptions
Exception | Condition |
---|---|
System..::..ObjectDisposedException | Object has been Disposed |
System..::..NotSupportedException | Object is Read-Only |
System..::..ArgumentNullException | Argument 'point2D' is null |
System..::..ArgumentException | Argument 'point2D' has been Disposed |