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