ThePropertyBag..::..Create Method
Creates a new Property Bag from public properties of a given class
Use this for strong typing of NMI Control Properties
Namespace:
nsCDEngine.Engines.NMIServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static ThePropertyBag Create( Object pInObj )
Public Shared Function Create ( _ pInObj As Object _ ) As ThePropertyBag
public: static ThePropertyBag^ Create( Object^ pInObj )
Parameters
- pInObj
- Type: Object