 | APIaddSectFromLib(String) Method |
Add a section from library
REST path: /section/add/fromlib
REST verb: POST
REST body: name
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic int addSectFromLib(
string name
)
Public Function addSectFromLib (
name As String
) As Integer
Dim instance As API
Dim name As String
Dim returnValue As Integer
returnValue = instance.addSectFromLib(name)
public:
int addSectFromLib(
String^ name
)
member addSectFromLib :
name : string -> int
Parameters
- name String
- Name of the section
Return Value
Int32ID of the added section, 0 if not found
See Also