C-DEngine 5.105

TheTRF..::..ModelID Property

If multiple Models are used (Each Plug-In Engine/Service has an own Data Model) this points at the ModelGuid(ID)

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

Syntax


public Guid ModelID { get; set; }
Public Property ModelID As Guid
	Get
	Set
public:
property Guid^ ModelID {
	Guid^ get ();
	void set (Guid^ value);
}