Пример #1
0
        GetNameList(this cGroup obj)
        {
            int NumberNames;

            NumberNames = default(int);
            string[] MyName;
            MyName = default(string[]);
            var res = obj.GetNameList(ref NumberNames, ref MyName);

            return(NumberNames, MyName);
        }
Пример #2
0
        GetGroup_1(this cGroup obj, string Name)
        {
            int color;

            color = default(int);
            bool SpecifiedForSelection, SpecifiedForSectionCutDefinition, SpecifiedForSteelDesign, SpecifiedForConcreteDesign, SpecifiedForAluminumDesign, SpecifiedForStaticNLActiveStage, SpecifiedForAutoSeismicOutput, SpecifiedForAutoWindOutput, SpecifiedForMassAndWeight, SpecifiedForSteelJoistDesign, SpecifiedForWallDesign, SpecifiedForBasePlateDesign, SpecifiedForConnectionDesign;

            SpecifiedForSelection = SpecifiedForSectionCutDefinition = SpecifiedForSteelDesign = SpecifiedForConcreteDesign = SpecifiedForAluminumDesign = SpecifiedForStaticNLActiveStage = SpecifiedForAutoSeismicOutput = SpecifiedForAutoWindOutput = SpecifiedForMassAndWeight = SpecifiedForSteelJoistDesign = SpecifiedForWallDesign = SpecifiedForBasePlateDesign = SpecifiedForConnectionDesign = default(bool);
            var res = obj.GetGroup_1(Name, ref color, ref SpecifiedForSelection, ref SpecifiedForSectionCutDefinition, ref SpecifiedForSteelDesign, ref SpecifiedForConcreteDesign, ref SpecifiedForAluminumDesign, ref SpecifiedForStaticNLActiveStage, ref SpecifiedForAutoSeismicOutput, ref SpecifiedForAutoWindOutput, ref SpecifiedForMassAndWeight, ref SpecifiedForSteelJoistDesign, ref SpecifiedForWallDesign, ref SpecifiedForBasePlateDesign, ref SpecifiedForConnectionDesign);

            return(color, SpecifiedForSelection, SpecifiedForSectionCutDefinition, SpecifiedForSteelDesign, SpecifiedForConcreteDesign, SpecifiedForAluminumDesign, SpecifiedForStaticNLActiveStage, SpecifiedForAutoSeismicOutput, SpecifiedForAutoWindOutput, SpecifiedForMassAndWeight, SpecifiedForSteelJoistDesign, SpecifiedForWallDesign, SpecifiedForBasePlateDesign, SpecifiedForConnectionDesign);
        }
Пример #3
0
        GetGroup(this cGroup obj, string Name)
        {
            int Color;

            Color = default(int);
            bool SpecifiedForSelection, SpecifiedForSectionCutDefinition, SpecifiedForSteelDesign, SpecifiedForConcreteDesign, SpecifiedForAluminumDesign, SpecifiedForColdFormedDesign, SpecifiedForStaticNLActiveStage, SpecifiedForBridgeResponseOutput, SpecifiedForAutoSeismicOutput, SpecifiedForAutoWindOutput, SpecifiedForMassAndWeight;

            SpecifiedForSelection = SpecifiedForSectionCutDefinition = SpecifiedForSteelDesign = SpecifiedForConcreteDesign = SpecifiedForAluminumDesign = SpecifiedForColdFormedDesign = SpecifiedForStaticNLActiveStage = SpecifiedForBridgeResponseOutput = SpecifiedForAutoSeismicOutput = SpecifiedForAutoWindOutput = SpecifiedForMassAndWeight = default(bool);
            var res = obj.GetGroup(Name, ref Color, ref SpecifiedForSelection, ref SpecifiedForSectionCutDefinition, ref SpecifiedForSteelDesign, ref SpecifiedForConcreteDesign, ref SpecifiedForAluminumDesign, ref SpecifiedForColdFormedDesign, ref SpecifiedForStaticNLActiveStage, ref SpecifiedForBridgeResponseOutput, ref SpecifiedForAutoSeismicOutput, ref SpecifiedForAutoWindOutput, ref SpecifiedForMassAndWeight);

            return(Color, SpecifiedForSelection, SpecifiedForSectionCutDefinition, SpecifiedForSteelDesign, SpecifiedForConcreteDesign, SpecifiedForAluminumDesign, SpecifiedForColdFormedDesign, SpecifiedForStaticNLActiveStage, SpecifiedForBridgeResponseOutput, SpecifiedForAutoSeismicOutput, SpecifiedForAutoWindOutput, SpecifiedForMassAndWeight);
        }
Пример #4
0
        GetAssignments(this cGroup obj, string Name)
        {
            int NumberItems;

            NumberItems = default(int);
            int[] ObjectType;
            ObjectType = default(int[]);
            string[] ObjectName;
            ObjectName = default(string[]);
            var res = obj.GetAssignments(Name, ref NumberItems, ref ObjectType, ref ObjectName);

            return(NumberItems, ObjectType, ObjectName);
        }