FaceRef.FaceRef(CompoundObjectId, SubentityId) Constructor   MG2009New

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

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

Links