AssocPersSubentityIdSubentType Method
|
Gets the type of the subentity.
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public abstract SubentityType SubentType(
Entity entity
)
Public MustOverride Function SubentType (
entity As Entity
) As SubentityType
public:
virtual SubentityType SubentType(
Entity^ entity
) abstract
abstract SubentType :
entity : Entity -> SubentityType
Parameters
- entity Entity
- [in] Entity to get the type of. Needs to be open for read
operations.
Return Value
SubentityType
Subentity type.
See Also