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

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

            T3 = default(double);
            int Color;

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

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