 | APImodelName Property |
Name of the model. To be set prior to launch to have properly-named temporary files.
REST path: /model
REST verb: GET,POST
REST header: {"value", value}
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic string modelName { get; set; }
Public Property modelName As String
Get
Set
Dim instance As API
Dim value As String
value = instance.modelName
instance.modelName = value
public:
property String^ modelName {
String^ get ();
void set (String^ value);
}
member modelName : string with get, set
Property Value
StringName of the model
Return Value
String
See Also