C-DEngine 5.105

nmiCtrlPropertyPicker..::..ThingFld Property

Sets the field number that contains the ThingID. The Thing must be selected before the property picker can be used

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

Syntax


public int ThingFld { get; set; }
Public Property ThingFld As Integer
	Get
	Set
public:
property int^ ThingFld {
	int^ get ();
	void set (int^ value);
}