C-DEngine 5.105

TheThingRegistry..::..GetThingsOfEngine Method (String)

Gets all Things of a given Engine

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static List<TheThing> GetThingsOfEngine(
	string pEngineName
)
Public Shared Function GetThingsOfEngine ( _
	pEngineName As String _
) As List(Of TheThing)
public:
static List<TheThing^>^ GetThingsOfEngine(
	String^ pEngineName
)

Parameters

pEngineName
Type: String
Engine Name to get Things of. Wildcard "*" retrieves all Things of all local Engines.

Return Value