public AcSmCustomPropertyValue GetCustomProperty(string nName)
        {
            AcSmSheetSet          wP   = (AcSmSheetSet)this.FindChild("AcSmSheetSet");
            AcSmCustomPropertyBag wCPB = wP.GetCustomPropertyBag();

            return(wCPB.GetProperty(nName));
        }
        public AcSmCustomPropertyValue GetCustomProperty(string nName)
        {
            AcSmCustomPropertyBag wCPB = this.GetCustomPropertyBag();

            return(wCPB.GetProperty(nName));
        }