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