 | APIDocXformulaResolution Property |
Change formula resolution for DocX reporting tool. This is an integer value. Default is 4
REST path: /op/docx/formularesol
REST verb: GET,POST
REST header: {"val", value}
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.5.4.0 (2.5.4.0)
Syntaxpublic int DocXformulaResolution { get; set; }Public Property DocXformulaResolution As Integer
Get
Set
Dim instance As API
Dim value As Integer
value = instance.DocXformulaResolution
instance.DocXformulaResolution = value
public:
property int DocXformulaResolution {
int get ();
void set (int value);
}member DocXformulaResolution : int with get, set
Return Value
Int32Integer
See Also