 | APInodeColor Property |
Change color for nodes
REST path: /model/colors/node
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 nodeColor { get; set; }
Public Property nodeColor As Integer
Get
Set
Dim instance As API
Dim value As Integer
value = instance.nodeColor
instance.nodeColor = value
public:
property int nodeColor {
int get ();
void set (int value);
}
member nodeColor : int with get, set
Return Value
Int32Integer value
RemarksRequest a ViewState event with ApplyColors flag to apply it suddenly
See Also