 | APIcolorRule Property |
Current color rule used in elements: 1 by section, 2 by material, 3 by group
REST path: /model/colors/rule
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.2.4 (2.6.2.4)
Syntaxpublic int colorRule { get; }Public ReadOnly Property colorRule As Integer
Get
Dim instance As API
Dim value As Integer
value = instance.colorRule
public:
property int colorRule {
int get ();
}member colorRule : int with get
Return Value
Int32Integer value
RemarksReadonly. Use colorizeModel to change it
See Also