TestPropertyExpressionEngine.GetEntityByType Method

Get an entity by its type
Public Overrides 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 override ISynergyEntity GetEntityByType( 
EntityID id
Type t
IDatabase db 
)
This language is not supported or no code example is available.
public:  
ISynergyEntity^ GetEntityByType( 
EntityID^ id
Type^ t
IDatabase^ db 
)
This language is not supported or no code example is available.
public function GetEntityByType( 
id : EntityID
t : Type
db : IDatabase 
) : ISynergyEntity;
This language is not supported or no code example is available.

Parameters

id
EntityID

<default>

t
Type

<default>

db
IDatabase

<default>

Return Value

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

In this article

Definition