cAreaObjGetAllAreas Method

Retrieves select data for all area objects in the model

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int GetAllAreas(
	ref int NumberNames,
	ref string[] MyName,
	ref eAreaDesignOrientation[] DesignOrientation,
	ref int NumberBoundaryPts,
	ref int[] PointDelimiter,
	ref string[] PointNames,
	ref double[] PointX,
	ref double[] PointY,
	ref double[] PointZ
)

Parameters

NumberNames
Type: SystemInt32
MyName
Type: SystemString
DesignOrientation
Type: ETABS2016eAreaDesignOrientation
NumberBoundaryPts
Type: SystemInt32
PointDelimiter
Type: SystemInt32
PointNames
Type: SystemString
PointX
Type: SystemDouble
PointY
Type: SystemDouble
PointZ
Type: SystemDouble

Return Value

Type: Int32
Remarks