 | APIclearSectionRebar(Int32) 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(
int ID
)
Public Function clearSectionRebar (
ID As Integer
) As Boolean
Dim instance As API
Dim ID As Integer
Dim returnValue As Boolean
returnValue = instance.clearSectionRebar(ID)
public:
bool clearSectionRebar(
int ID
)
member clearSectionRebar :
ID : int -> bool
Parameters
- ID Int32
- ID of the section
Return Value
BooleanTrue is successful
See Also