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