cStory SetSimilarTo Method CSi API ETABS 2015
Sets the master story that a defined story should be similar to

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

int SetSimilarTo(
	string Name,
	string SimilarToStory
)

Parameters

Name
Type: OnlineSystem String
The name of a defined story which is not a master story
SimilarToStory
Type: OnlineSystem String
The name of a defined master story that the requested story should be similar to

Return Value

Returns zero if the value is successfully set, otherwise returns nonzero.
Remarks

Examples

See Also