Autodesk.AutoCAD.DatabaseServices Namespace > DBPoint Class > DBPoint Constructor > DBPoint(Point3d) Constructor
DBPoint.DBPoint(Point3d) Constructor
Description

 

Constructs a point that uses position for its position value. The normal is initialized to (0,0,1) (in WCS coordinates), the OCS rotation to 0, and the thickness to 0.

Visual Basic
Public Sub New(
    position As Point3d
)
C#
public DBPoint(
    Point3d position
);
Parameters
Parameters 
Description 
Point3d position 
Input position (in WCS coordinates) for the point 
Links
   Comments?