示例#1
0
        GetRectangle(this cPropFrame obj, string Name)
        {
            string FileName, MatProp, Notes, GUID;

            FileName = MatProp = Notes = GUID = default(string);
            double T3, T2;

            T3 = T2 = default(double);
            int Color;

            Color = default(int);
            var res = obj.GetRectangle(Name, ref FileName, ref MatProp, ref T3, ref T2, ref Color, ref Notes, ref GUID);

            return(FileName, MatProp, T3, T2, Color, Notes, GUID);
        }