Autodesk.AutoCAD.DatabaseServices Namespace > Profile3d Class > Profile3d Constructor > Profile3d(FullSubentityPath) Constructor
Profile3d.Profile3d(FullSubentityPath) Constructor   
Description

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

Visual Basic
Public Sub New(
    faceSubentPath As FullSubentityPath
)
C#
public Profile3d(
    FullSubentityPath faceSubentPath
);
Links
   Comments?