cPropLink Delete Method CSi API ETABS 2015
Deletes a specified link property.

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

int Delete(
	string Name
)

Parameters

Name
Type: OnlineSystem String
The name of an existing link property.

Return Value

Returns zero if the link property is successfully deleted; otherwise it returns a nonzero value. It returns an error if the specified link property can not be deleted, for example, if it is being used by an existing link object.
Remarks

Examples

See Also