示例#1
0
        GetNonPrismatic(this cPropFrame obj, string Name)
        {
            int NumberItems, Color;

            NumberItems = Color = default(int);
            string[] StartSec, EndSec;
            StartSec = EndSec = default(string[]);
            double[] MyLength;
            MyLength = default(double[]);
            int[] MyType, EI33, EI22;
            MyType = EI33 = EI22 = default(int[]);
            string Notes, GUID;

            Notes = GUID = default(string);
            var res = obj.GetNonPrismatic(Name, ref NumberItems, ref StartSec, ref EndSec, ref MyLength, ref MyType, ref EI33, ref EI22, ref Color, ref Notes, ref GUID);

            return(NumberItems, StartSec, EndSec, MyLength, MyType, EI33, EI22, Color, Notes, GUID);
        }