Retrieves the group data.
Namespace: ETABS2015Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax
int GetGroup( string Name, ref int Color, ref bool SpecifiedForSelection, ref bool SpecifiedForSectionCutDefinition, ref bool SpecifiedForSteelDesign, ref bool SpecifiedForConcreteDesign, ref bool SpecifiedForAluminumDesign, ref bool SpecifiedForColdFormedDesign, ref bool SpecifiedForStaticNLActiveStage, ref bool SpecifiedForBridgeResponseOutput, ref bool SpecifiedForAutoSeismicOutput, ref bool SpecifiedForAutoWindOutput, ref bool SpecifiedForMassAndWeight )
Parameters
- Name
- Type:
System String
This is the name of an existing group.
- Color
- Type:
System Int32
- SpecifiedForSelection
- Type:
System Boolean
This item is True if the group is specified to be used for selection; otherwise it is False.
- SpecifiedForSectionCutDefinition
- Type:
System Boolean
This item is True if the group is specified to be used for defining section cuts; otherwise it is False.
- SpecifiedForSteelDesign
- Type:
System Boolean
This item is True if the group is specified to be used for defining steel frame design groups; otherwise it is False.
- SpecifiedForConcreteDesign
- Type:
System Boolean
This item is True if the group is specified to be used for defining concrete frame design groups; otherwise it is False.
- SpecifiedForAluminumDesign
- Type:
System Boolean
This item is True if the group is specified to be used for defining aluminum frame design groups; otherwise it is False.
- SpecifiedForColdFormedDesign
- Type:
System Boolean
This item is True if the group is specified to be used for defining cold formed frame design groups; otherwise it is False.
- SpecifiedForStaticNLActiveStage
- Type:
System Boolean
This item is True if the group is specified to be used for defining stages for nonlinear static analysis; otherwise it is False.
- SpecifiedForBridgeResponseOutput
- Type:
System Boolean
This item is True if the group is specified to be used for reporting bridge response output; otherwise it is False.
- SpecifiedForAutoSeismicOutput
- Type:
System Boolean
This item is True if the group is specified to be used for reporting auto seismic loads; otherwise it is False.
- SpecifiedForAutoWindOutput
- Type:
System Boolean
This item is True if the group is specified to be used for reporting auto wind loads; otherwise it is False.
- SpecifiedForMassAndWeight
- Type:
System Boolean
This item is True if the group is specified to be used for reporting group masses and weight; otherwise it is False.
Return Value
Returns zero if the group data is successfully set; otherwise it returns a nonzero value.Remarks
Examples
See Also