cPointObj SetDiaphragm Method CSi API ETABS 2015
Assigns a diaphragm to a point object

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

int SetDiaphragm(
	string Name,
	eDiaphragmOption DiaphragmOption,
	string DiaphragmName = ""
)

Parameters

Name
Type: OnlineSystem String
The name of an existing point object
DiaphragmOption
Type: ETABS2015 eDiaphragmOption
This is an item from the eDiaphragmOption enumeration

If this item is Disconnect then the point object will be disconnected from any diaphragm

If this item is FromShellObject then the point object will inherit the diaphragm assignment of its bounding area object.

If this item is DefinedDiaphragm then the point object will be assigned the existing diaphragm specified by DiaphragmName

DiaphragmName (Optional)
Type: OnlineSystem String
The name of an existing diaphragm

Return Value

Returns zero if the diaphragm assignment is successfully made, otherwise it returns a nonzero value.
Remarks

Examples

See Also