 | APIimportSofistik Method |
Import a Sofistik model from database
REST path: /op/import/sofistik
REST verb: GET
REST header: {"path", path}
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic bool importSofistik(
string path
)
Public Function importSofistik (
path As String
) As Boolean
Dim instance As API
Dim path As String
Dim returnValue As Boolean
returnValue = instance.importSofistik(path)
public:
bool importSofistik(
String^ path
)
member importSofistik :
path : string -> bool
Parameters
- path String
- Full path of CDB file
Return Value
BooleanTrue if results have been read
RemarksSofistik libraries have to been set in program XML options
See Also