cPropFrameSDShapeGetReinfSingle Method

Retrieves property data for a single bar reinforcing shape in a section designer section

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int GetReinfSingle(
	string Name,
	string ShapeName,
	ref double XCenter,
	ref double YCenter,
	ref string RebarSize,
	ref string MatRebar
)

Parameters

Name
Type: SystemString
The name of an existing frame section property that is a section designer section
ShapeName
Type: SystemString
The name of a single bar reinforcing shape in the section designer section
XCenter
Type: SystemDouble
The X-coordinate of the center of the shape in the section designer coordinate system. [L]
YCenter
Type: SystemDouble
The Y-coordinate of the center of the shape in the section designer coordinate system. [L]
RebarSize
Type: SystemString
The size of the reinforcing bar
MatRebar
Type: SystemString
The material property for the reinforcing steel

Return Value

Type: Int32
Returns zero if the property data is successfully retrieved; otherwise it returns a nonzero value
Remarks