Autodesk.AutoCAD.DatabaseServices Namespace > Shape Class > Shape Constructor > Shape(Point3d, double, double, double) Constructor
Shape.Shape(Point3d, double, double, double) Constructor
Description

 

Constructor.

Visual Basic
Public Sub New(
    position As Point3d, 
    size As double, 
    rotation As double, 
    widthFactor As double
)
C#
public Shape(
    Point3d position, 
    double size, 
    double rotation, 
    double widthFactor
);
Parameters
Parameters 
Description 
Point3d position 
Input insertion point of the shape, in WCS coordinates 
double size 
Input height of the shape 
double rotation 
Input rotation of the shape 
double widthFactor 
Input width factor of the shape 
Links
   Comments?