TheNMIEngine..::..GetEnginePropertyByThing Method
Note: This API is now obsolete.
Assembly: C-DEngine (in C-DEngine.dll)
Returns a Property of the Engine of a given Thing
Namespace:
nsCDEngine.Engines.NMIServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
[ObsoleteAttribute] public static string GetEnginePropertyByThing( ICDEThing pThing, string pName )
<ObsoleteAttribute> _ Public Shared Function GetEnginePropertyByThing ( _ pThing As ICDEThing, _ pName As String _ ) As String
[ObsoleteAttribute] public: static String^ GetEnginePropertyByThing( ICDEThing^ pThing, String^ pName )
Parameters
- pThing
- Type: nsCDEngine.Engines.ThingService..::..ICDEThing
ICDEThing to look for its engines property
- pName
- Type: String
Name of the property to look for