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

This wraps the ObjectARX AcDbLoftProfile::AcDbLoftProfile () method.

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