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