AssocPersSubentityIdPEGetAllSubentities Method
|
Gets all subentities of the specified type.
Throws eNotImplemented in default implementation.
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public virtual SubentityId[] GetAllSubentities(
Entity entity,
SubentityType subentType
)
Public Overridable Function GetAllSubentities (
entity As Entity,
subentType As SubentityType
) As SubentityId()
public:
virtual array<SubentityId>^ GetAllSubentities(
Entity^ entity,
SubentityType subentType
)
abstract GetAllSubentities :
entity : Entity *
subentType : SubentityType -> SubentityId[]
override GetAllSubentities :
entity : Entity *
subentType : SubentityType -> SubentityId[]
Parameters
- entity Entity
- [in] Entity for which to get subentities. Needs to be open for
read operations.
- subentType SubentityType
- [in] Subentity type.
Return Value
SubentityId
Array of SubentityId instances that are found.
See Also