cLinkObj MembersCSi API ETABS 2015

The cLinkObj type exposes the following members.
Methods

  NameDescription
Public methodAddByCoord
Adds a new link object whose end points are at the specified coordinates.
Public methodAddByPoint
Adds a new link object whose end points are specified by name.
Public methodChangeName
Assigns a new name to an link object.
Public methodCount
Retrieves the count of the link objects in the model.
Public methodDelete
Deletes link objects.
Public methodGetElm
Retrieves the name of the link element (analysis model link) associated with a specified link object in the object-based model.
Public methodGetGUID
Retrieves the GUID for the specified link object.
Public methodGetLocalAxes
Retrieves the local axis angle assignment for link objects.
Public methodGetLocalAxesAdvanced
Retrieves advanced local axes assignment for link objects.
Public methodGetNameList
Retrieves the names of all defined link objects.
Public methodGetNameListOnStory
Retrieves the names of the defined link objects on a given story.
Public methodGetPoints
Retrieves the names of the point objects at each end of a specified link object. If names of the two point objects are the same, the specified link object is a one-joint link object.
Public methodGetProperty
Retrieves the link property assigned to a link object.
Public methodGetSelected
Retrieves the selected status for a link object.
Public methodGetTransformationMatrix
Retrieves the transformation matrix for a link object.
Public methodSetGroupAssign
Adds/removes link objects to/from a specified group.
Public methodSetGUID
Sets the GUID for the specified link object. If the GUID is passed in as a blank string, the program automatically creates a GUID for the object.
Public methodSetLocalAxes
Assigns a local axis angle to link objects.
Public methodSetLocalAxesAdvanced
Assigns advanced local axes to link objects
Public methodSetProperty
Assigns a link property to link objects.
Public methodSetSelected
Sets the selected status for link objects.
Back to Top
See Also