cPointObj GetDiaphragm Method CSi API ETABS 2015
Retrieves the diaphragm for a specified point object

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

int GetDiaphragm(
	string Name,
	ref eDiaphragmOption DiaphragmOption,
	ref 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 is disconnected from any diaphragm

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

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

DiaphragmName
Type: OnlineSystem String 
The name of an existing diaphragm. This item will only be filled if DiaphragmOption is DefinedDiaphragm

Return Value

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

Examples

See Also