 | APIgetSectionRebarSize Method |
Get rebar dimensions from selected section
REST path: /section/rebar/size/[ID]
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic string[] getSectionRebarSize(
string ID
)
Public Function getSectionRebarSize (
ID As String
) As String()
Dim instance As API
Dim ID As String
Dim returnValue As String()
returnValue = instance.getSectionRebarSize(ID)
public:
array<String^>^ getSectionRebarSize(
String^ ID
)
member getSectionRebarSize :
ID : string -> string[]
Parameters
- ID String
- ID of the section
Return Value
StringArray of dimensions of size (rebarNumber,2). All values in mm. Each item starts with Dd with d the diameter for bars, base x height @ rotation for rectangular reinforcements
See Also