AssocPersSubentityIdPECreateNewPersSubent Method

Creates a new AssocPersSubentityId instance from the specified SubentityId. The default implementation creates does not use entity and compId parameters, instead it just creates a SimplePersSubentityId that just holds the specified SubentityId.

Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public virtual AssocPersSubentityId CreateNewPersSubent(
        Entity entity,
        CompoundObjectId compId,
        SubentityId subentId
)

Parameters

entity  Entity
[in] Entity for modifications. Not used in default implementation.
compId  CompoundObjectId
[in] Contains full context path to entity. Not used in default implementation.
subentId  SubentityId
[in] Transient subentity identifier.

Return Value

AssocPersSubentityId
Newly created AssocPersSubentityId instance.
See Also

©  Bricsys NV. All rights reserved.