ThePropertyBag..::..GetSubBag Method
   Return a sub Bag of the Property Bag. Dots in the front determine the Sub Branch
   i.e.: ".TileWidth" is a property for the first branch (1)
   "TileWidth" is a property of the root branch (0)
   
                
    Namespace: 
   nsCDEngine.Engines.NMIServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static ThePropertyBag GetSubBag( ThePropertyBag pBag, int pBranch )
Public Shared Function GetSubBag ( _ pBag As ThePropertyBag, _ pBranch As Integer _ ) As ThePropertyBag
public: static ThePropertyBag^ GetSubBag( ThePropertyBag^ pBag, int^ pBranch )