 | APIselSolidColor Property |
Change color for selected solids
REST path: /model/colors/selsolid
REST verb: GET,POST
REST header: {"val", value}
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.2.4 (2.6.2.4)
Syntaxpublic int selSolidColor { get; set; }Public Property selSolidColor As Integer
Get
Set
Dim instance As API
Dim value As Integer
value = instance.selSolidColor
instance.selSolidColor = value
public:
property int selSolidColor {
int get ();
void set (int value);
}member selSolidColor : int with get, set
Return Value
Int32Integer value
RemarksRequest a ViewState event with ApplyColors flag to apply it suddenly
See Also