cPointObjGetConnectivity Method

Retrieves a list of objects connected to a specified point object

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int GetConnectivity(
	string Name,
	ref int NumberItems,
	ref int[] ObjectType,
	ref string[] ObjectName,
	ref int[] PointNumber
)

Parameters

Name
Type: SystemString
The name of an existing point object
NumberItems
Type: SystemInt32
This is the total number of objects connected to the specified point object
ObjectType
Type: SystemInt32
This is an array that includes the object type of each object connected to the specified point object.
2Frame object
3Cable object
4Tendon object
5Area object
6Solid object
7Link object
ObjectName
Type: SystemString
This is an array that includes the object name of each object connected to the specified point object
PointNumber
Type: SystemInt32
This is an array that includes the point number within the considered object that corresponds to the specified point object

Return Value

Type: Int32
Returns zero if the list is successfully filled; otherwise it returns nonzero
Remarks