 | APIsetSectionRebarsToElements(Int32) Method |
Assign section rebars and stirrups in elements having the same section
REST path: /section/rebar/toelems/[ID]
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic bool setSectionRebarsToElements(
int ID
)
Public Function setSectionRebarsToElements (
ID As Integer
) As Boolean
Dim instance As API
Dim ID As Integer
Dim returnValue As Boolean
returnValue = instance.setSectionRebarsToElements(ID)
public:
bool setSectionRebarsToElements(
int ID
)
member setSectionRebarsToElements :
ID : int -> bool
Parameters
- ID Int32
- ID of the section
Return Value
BooleanTrue is successful
See Also