Collapse AllExpand All Create a point from X and Y components Namespace: Autodesk.Navisworks.ApiAssembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)SyntaxVisual BasicPublic Sub New ( _ x As Double, _ y As Double _ )C#public Point2D( double x, double y )Visual C++public: Point2D( double x, double y )ParametersxType: System..::..DoubleyType: System..::..DoubleSee AlsoPoint2D ClassPoint2D OverloadAutodesk.Navisworks.Api Namespace