cPointObj GetRestraint Method CSi API ETABS 2015
Retrieves the restraint assignments for a point object. The restraint assignments are always returned in the point local coordinate system.

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

int GetRestraint(
	string Name,
	ref bool[] Value
)

Parameters

Name
Type: OnlineSystem String
The name of an existing point object.
Value
Type:  OnlineSystem Boolean  
This is an array of six restraint values.
  • Value(0) = U1
  • Value(1) = U2
  • Value(2) = U3
  • Value(3) = R1
  • Value(4) = R2
  • Value(5) = R3

Return Value

Returns zero if the restraint assignments are successfully retrieved, otherwise it returns a nonzero value.
Remarks

Examples

See Also