cAnalysisResultsSetupSetComboSelectedForOutput Method

Sets a load combination selected for output flag

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int SetComboSelectedForOutput(
	string Name,
	bool Selected = true
)

Parameters

Name
Type: SystemString
The name of an existing load combination
Selected (Optional)
Type: SystemBoolean
This item is True if the specified load combination is to be selected for output, otherwise it is False

Return Value

Type: Int32
Returns 0 if the selected flag is successfully set, otherwise it returns nonzero
Remarks