cPropLinkSetDamperFrictionSpring Method

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int SetDamperFrictionSpring(
	string Name,
	ref bool[] dof,
	ref bool[] Fixed,
	ref bool[] Nonlinear,
	ref double[] ke,
	ref double[] ce,
	ref double[] k,
	ref double[] K1,
	ref double[] K2,
	ref double[] u0,
	ref double[] us,
	ref int[] direction,
	double dj2,
	double dj3,
	string notes = "",
	string GUID = ""
)

Parameters

Name
Type: SystemString
dof
Type: SystemBoolean
Fixed
Type: SystemBoolean
Nonlinear
Type: SystemBoolean
ke
Type: SystemDouble
ce
Type: SystemDouble
k
Type: SystemDouble
K1
Type: SystemDouble
K2
Type: SystemDouble
u0
Type: SystemDouble
us
Type: SystemDouble
direction
Type: SystemInt32
dj2
Type: SystemDouble
dj3
Type: SystemDouble
notes (Optional)
Type: SystemString
GUID (Optional)
Type: SystemString

Return Value

Type: Int32
See Also