Eyeshot 10 WPF API Reference
Point Constructor(Double,Double,Double)

WPF Assembly > devDept.Eyeshot.Entities Namespace > Point Class > Point Constructor : Point Constructor(Double,Double,Double)
Point's X coordinate
Point's Y coordinate
Point's Z coordinate
Position constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double _
)
public Point( 
   double x,
   double y,
   double z
)

Parameters

x
Point's X coordinate
y
Point's Y coordinate
z
Point's Z coordinate
See Also

Reference

Point Class
Point Members
Overload List