cPointObjGetAllPoints Method

Retrieves selected data for all point objects in the model

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int GetAllPoints(
	ref int NumberNames,
	ref string[] MyName,
	ref double[] X,
	ref double[] Y,
	ref double[] Z,
	string csys = "Global"
)

Parameters

NumberNames
Type: SystemInt32
MyName
Type: SystemString
X
Type: SystemDouble
Y
Type: SystemDouble
Z
Type: SystemDouble
csys (Optional)
Type: SystemString

Return Value

Type: Int32
Remarks