cPointObj GetAllPoints Method CSi API ETABS 2015
Retrieves selected data for all point objects in the model

Namespace: ETABS2015
Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.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: OnlineSystem Int32 
MyName
Type:  OnlineSystem String  
X
Type:  OnlineSystem Double  
Y
Type:  OnlineSystem Double  
Z
Type:  OnlineSystem Double  
csys (Optional)
Type: OnlineSystem String

Return Value

Remarks

See Also