TheThing..::..MemberSetSafePropertyNumber Method
The MemberSet/Get functions are identical to the SetSafeProperty/GetSafeProperty functions, except that they get the property name from the calling member.
They are used typically in the get{}/set{} methods of .Net Property declarations, for example:
In this example, the cdeP property name will be "MyProperty".
Namespace:
nsCDEngine.Engines.ThingServiceC#
public bool MyProperty { get { return MemberGetSafePropertyBool(MyBaseThing); } }
Assembly: C-DEngine (in C-DEngine.dll)
Syntax
Parameters
- pThing
- Type: nsCDEngine.Engines.ThingService..::..ICDEThing
- pValue
- Type: Double
- UpdateThing
- Type: Boolean
- pName
- Type: String