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

            FileName = MatProp = Notes = GUID = default(string);
            double T3, T2, Area, As2, As3, Torsion, I22, I33, S22, S33, Z22, Z33, R22, R33;

            T3 = T2 = Area = As2 = As3 = Torsion = I22 = I33 = S22 = S33 = Z22 = Z33 = R22 = R33 = default(double);
            int Color;

            Color = default(int);
            var res = obj.GetGeneral(Name, ref FileName, ref MatProp, ref T3, ref T2, ref Area, ref As2, ref As3, ref Torsion, ref I22, ref I33, ref S22, ref S33, ref Z22, ref Z33, ref R22, ref R33, ref Color, ref Notes, ref GUID);

            return(FileName, MatProp, T3, T2, Area, As2, As3, Torsion, I22, I33, S22, S33, Z22, Z33, R22, R33, Color, Notes, GUID);
        }