Initializes a new LeadPoint3D object with explicit parameters.
public static LeadPoint3D Create(
double x,
double y,
double z
)
x
Specifies the x-coordinate of the LeadPoint3D.
y
Specifies the y-coordinate of the LeadPoint3D.
z
Specifies the z-coordinate of the LeadPoint3D.
A LeadPoint3D set to x and y set to y and z set to z.
To create a 2D point, refer to LeadPointD.