Get an entity by its type

Namespace: Contracts.Expressions.Properties
Assembly: Contracts (in Contracts.dll)

Public MustOverride Function GetEntityByType( _ 
ByVal id As EntityID, _ 
ByVal t As Type, _ 
ByVal db As IDatabase
) As ISynergyEntity
This language is not supported or no code example is available.
public abstract ISynergyEntity GetEntityByType( 
EntityID id
Type t
IDatabase db 
)
This language is not supported or no code example is available.
public:  
virtual ISynergyEntity^ GetEntityByType( 
EntityID^ id
Type^ t
IDatabase^ db 
) abstract
This language is not supported or no code example is available.
public abstract function GetEntityByType( 
id : EntityID
t : Type
db : IDatabase 
) : ISynergyEntity;
This language is not supported or no code example is available.

Parameters

id
Type: EntityID

<default>

t
Type: Type

<default>

db
Type: IDatabase

<default>

Return Value

Type: ISynergyEntity

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1