Autodesk.AutoCAD.DatabaseServices Namespace > FaceRef Class > FaceRef Constructor > FaceRef(CompoundObjectId, SubentityId) Constructor
FaceRef.FaceRef(CompoundObjectId, SubentityId) Constructor   
Description

This wraps the ObjectARXAcDbFaceRef::AcDbFaceRef(const AcDbCompoundObjectId&, const AcDbSubentId&, const AcGeCurve3d*) method.

Visual Basic
Public Sub New(
    compoundObjectId As CompoundObjectId, 
    subentId As SubentityId
)
C#
public FaceRef(
    CompoundObjectId compoundObjectId, 
    SubentityId subentId
);
Links
   Comments?