cPointObj DeleteSpecialPoint Method CSi API ETABS 2015
Deletes special point objects that have no other objects connected to them.

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

int DeleteSpecialPoint(
	string Name,
	eItemType ItemType = eItemType.Objects
)

Parameters

Name
Type: OnlineSystem String
The name of an existing point object or group depending on the value of the ItemType item.
ItemType (Optional)
Type: ETABS2015 eItemType
This is one of the following items in the eItemType enumeration:
  • Object = 0
  • Group = 1
  • SelectedObjects = 2

If Objects is selected, the deletion applies to the point object specified by the Name item.

If Group is selected, the deletion applies to all point objects in the group specified by the Name item.

If SelectedObjects is selected, the deletion applies to all selected point objects, and the Name item is ignored.

Return Value

Returns zero if the function completes successfully, otherwise it returns a nonzero value.
Remarks

Point objects can be deleted only if they have no other objects (e.g., frame, cable, tendon, area, solid link) connected to them. If a point object is not specified to be a Special Point, the program automatically deletes that point object when it has no other objects connected to it. If a point object is specified to be a Special Point, to delete it, first delete all other objects connected to the point and then call this function to delete the point.
Examples

See Also