cPropTendon GetProp Method CSi API ETABS 2015
Retrieves tendon property definition data.

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

int GetProp(
	string Name,
	ref string MatProp,
	ref int ModelingOption,
	ref double Area,
	ref int Color,
	ref string Notes,
	ref string GUID
)

Parameters

Name
Type: OnlineSystem String
The name of an existing tendon property.
MatProp
Type: OnlineSystem String 
The name of the material property assigned to the tendon property.
ModelingOption
Type: OnlineSystem Int32 
This is either 1 or 2, indicating the tendon modeling option.
ValueModeling Option
1Model tendon as loads
2Model tendon as elements
Area
Type: OnlineSystem Double 
The cross-sectional area of the tendon. [L2]
Color
Type: OnlineSystem Int32 
Notes
Type: OnlineSystem String 
GUID
Type: OnlineSystem String 
The GUID (global unique identifier), if any, assigned to the property.

Return Value

Returns zero if the property is successfully retrieved; otherwise it returns a nonzero value.
Remarks

Modeling tendons as elements (ModelingOption = 2) is not supported in ETABS.
Examples

See Also