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