 | APIareaColor Property |
Change color for areas
REST path: /model/colors/area
REST verb: GET,POST
REST header: {"val", value}
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic int areaColor { get; set; }
Public Property areaColor As Integer
Get
Set
Dim instance As API
Dim value As Integer
value = instance.areaColor
instance.areaColor = value
public:
property int areaColor {
int get ();
void set (int value);
}
member areaColor : int with get, set
Return Value
Int32Integer value
RemarksRequest a ViewState event with ApplyColors flag to apply it suddenly
See Also