FaceRef(CompoundObjectId,
SubentityId) Constructor
|
Initializes a new instance of the
FaceRef class
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public FaceRef(
CompoundObjectId compoundObjectId,
SubentityId subentId
)
Public Sub New (
compoundObjectId As CompoundObjectId,
subentId As SubentityId
)
public:
FaceRef(
CompoundObjectId^ compoundObjectId,
SubentityId subentId
)
new :
compoundObjectId : CompoundObjectId *
subentId : SubentityId -> FaceRef
Parameters
- compoundObjectId CompoundObjectId
-
- subentId SubentityId
-
See Also