Click or drag to resize

APIimportSofistik Method

Import a Sofistik model from database
REST path: /op/import/sofistik
REST verb: GET
REST header: {"path", path}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool importSofistik(
	string path
)

Parameters

path  String
Full path of CDB file

Return Value

Boolean
True if results have been read
Remarks
Sofistik libraries have to been set in program XML options
See Also