cGroup GetGroup_1 Method CSi API ETABS 2015
Retrieves the group data. Primarily for ETABS

Namespace: ETABS2015
Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax

int GetGroup_1(
	string Name,
	ref int color,
	ref bool SpecifiedForSelection,
	ref bool SpecifiedForSectionCutDefinition,
	ref bool SpecifiedForSteelDesign,
	ref bool SpecifiedForConcreteDesign,
	ref bool SpecifiedForAluminumDesign,
	ref bool SpecifiedForStaticNLActiveStage,
	ref bool SpecifiedForAutoSeismicOutput,
	ref bool SpecifiedForAutoWindOutput,
	ref bool SpecifiedForMassAndWeight,
	ref bool SpecifiedForSteelJoistDesign,
	ref bool SpecifiedForWallDesign,
	ref bool SpecifiedForBasePlateDesign,
	ref bool SpecifiedForConnectionDesign
)

Parameters

Name
Type: OnlineSystem String
This is the name of an existing group.
color
Type: OnlineSystem Int32 
The display color for the group specified as a Integer.
SpecifiedForSelection
Type: OnlineSystem Boolean 
This item is True if the group is specified to be used for selection; otherwise it is False.
SpecifiedForSectionCutDefinition
Type: OnlineSystem Boolean 
This item is True if the group is specified to be used for defining section cuts; otherwise it is False.
SpecifiedForSteelDesign
Type: OnlineSystem 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: OnlineSystem 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: OnlineSystem Boolean 
This item is True if the group is specified to be used for defining aluminum frame design groups; otherwise it is False.
SpecifiedForStaticNLActiveStage
Type: OnlineSystem Boolean 
This item is True if the group is specified to be used for defining stages for nonlinear static analysis; otherwise it is False.
SpecifiedForAutoSeismicOutput
Type: OnlineSystem Boolean 
This item is True if the group is specified to be used for reporting auto seismic loads; otherwise it is False.
SpecifiedForAutoWindOutput
Type: OnlineSystem Boolean 
This item is True if the group is specified to be used for reporting auto wind loads; otherwise it is False.
SpecifiedForMassAndWeight
Type: OnlineSystem Boolean 
This item is True if the group is specified to be used for reporting group masses and weight; otherwise it is False.
SpecifiedForSteelJoistDesign
Type: OnlineSystem Boolean 
This item is True if the group is specified to be used for defining steel joist design groups; otherwise it is False.
SpecifiedForWallDesign
Type: OnlineSystem Boolean 
This item is True if the group is specified to be used for defining wall design groups; otherwise it is False.
SpecifiedForBasePlateDesign
Type: OnlineSystem Boolean 
This item is True if the group is specified to be used for defining base plate design groups; otherwise it is False.
SpecifiedForConnectionDesign
Type: OnlineSystem Boolean 
This item is True if the group is specified to be used for defining connection design groups; 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