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