cPointObj GetCoordCartesian Method CSi API ETABS 2015
Retrieves the x, y and z coordinates of the specified point object in the Present Units.

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

int GetCoordCartesian(
	string Name,
	ref double X,
	ref double Y,
	ref double Z,
	string CSys = "Global"
)

Parameters

Name
Type: OnlineSystem String
The name of a defined point object.
X
Type: OnlineSystem Double 
Y
Type: OnlineSystem Double 
Z
Type: OnlineSystem Double 
CSys (Optional)
Type: OnlineSystem String
The name of a defined coordinate system. If Csys is not specified, the Global coordinate system is assumed.

Return Value

Returns zero if the coordinates are successfully returned; otherwise it returns nonzero.
Remarks

The coordinates are reported in the coordinate system specified by CSys.
Examples

See Also