 | APIexportIOM Method |
Export model to IDEA StatiCa Open Model format. It generates filename.xml and filename.xmlR for results, if any.
REST path: /op/export/idea
REST verb: GET
REST header: {"path", filename}
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic bool exportIOM(
string filename
)
Public Function exportIOM (
filename As String
) As Boolean
Dim instance As API
Dim filename As String
Dim returnValue As Boolean
returnValue = instance.exportIOM(filename)
public:
bool exportIOM(
String^ filename
)
member exportIOM :
filename : string -> bool
Parameters
- filename String
- Full path for the output model in XML format.
Return Value
BooleanTrue if successful
See Also