TheThingRegistry..::..GetThingsOfEngine Method (String, eThingCaps)
Get things of an Engine with a given capability
Namespace:
nsCDEngine.Engines.ThingServiceAssembly: 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