C-DEngine 5.105

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

Get things of an Engine with a given capability

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

Syntax


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

Parameters

pEngineName
Type: String
Engine of the things
capability
Type: nsCDEngine.ViewModels..::..eThingCaps
Capability to look for

Return Value