 | APIclearSectionRebar(String) Method |
Clear all section rebar
REST path: /section/rebar/clear/[ID]
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic bool clearSectionRebar(
string ID
)
Public Function clearSectionRebar (
ID As String
) As Boolean
Dim instance As API
Dim ID As String
Dim returnValue As Boolean
returnValue = instance.clearSectionRebar(ID)
public:
bool clearSectionRebar(
String^ ID
)
member clearSectionRebar :
ID : string -> bool
Parameters
- ID String
- ID of the section
Return Value
BooleanTrue is successful
See Also