cPropMaterial GetMassSource_1 Method CSi API ETABS 2015
Retrieves the mass source for the model.

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

int GetMassSource_1(
	ref bool IncludeElements,
	ref bool IncludeAddedMass,
	ref bool IncludeLoads,
	ref int NumberLoads,
	ref string[] LoadPat,
	ref double[] sf
)

Parameters

IncludeElements
Type: OnlineSystem Boolean 
Include element self mass
IncludeAddedMass
Type: OnlineSystem Boolean 
Include additional masses
IncludeLoads
Type: OnlineSystem Boolean 
Include specified loads
NumberLoads
Type: OnlineSystem Int32 
The number of load patterns from which mass is obtained. This item applies only when IncludeLoads is True.
LoadPat
Type:  OnlineSystem String  
This is an array of the names of the load patterns from which mass is obtained. This item applies only when IncludeLoads is True.
sf
Type:  OnlineSystem Double  
This is an array of load patterns multipliers used to calculate the mass. This item applies only when IncludeLoads is True.

Return Value

Returns zero if the mass source is successfully retrieved; otherwise it returns a nonzero value.
Remarks

Examples

See Also