cConstraint SetDiaphragm Method CSi API ETABS 2015
DEPRECATED. Defines a Diaphragm constraint.

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

int SetDiaphragm(
	string Name,
	eConstraintAxis Axis = eConstraintAxis.AutoAxis,
	string CSys = "Global"
)

Return Value

Returns zero if the constraint data is successfully added or modified, otherwise it returns a nonzero value.
Remarks

This function is DEPRECATED. Please refer to cDiaphragm.
Examples

See Also