←Select platform

Create Method

Summary

Initializes a new LeadPoint3D object with explicit parameters.

Syntax
C#
C++/CLI
public static LeadPoint3D Create( 
   double x, 
   double y, 
   double z 
) 
public:  
   static LeadPoint3D^ Create( 
      double x, 
      double y, 
      double z 
   ) 

Parameters

x

Specifies the x-coordinate of the LeadPoint3D.

y

Specifies the y-coordinate of the LeadPoint3D.

z

Specifies the z-coordinate of the LeadPoint3D.

Return Value

A LeadPoint3D set to x and y set to y and z set to z.

Remarks

To create a 2D point, refer to LeadPointD.

Requirements

Target Platforms

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.