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

This wraps the ObjectARXAcDbLoftProfile::AcDbLoftProfile () method.

Visual Basic
Public Sub New(
    pnt As Point3d
)
C#
public LoftProfile(
    Point3d pnt
);
Links
   Comments?