cPropLink Count Method CSi API ETABS 2015
Returns the total number of defined link properties in the model. If desired, counts can be returned for all link properties of a specified type in the model.

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

int Count(
	eLinkPropType PropType = 
)

Parameters

PropType (Optional)
Type: ETABS2015 eLinkPropType
This optional value is one of the items in the eLinkPropType enumeration. If no value is input for PropType, a count is returned for all link properties in the model regardless of type.

Return Value

Returns the total number of defined link properties in the model.
Remarks

Examples

See Also