Kinetica C# API
Version 6.2.0.1
|
Optional parameters. More...
Public Attributes | |
const string | COLOR = "color" |
If symbol_format is 'svg' this is ignored. More... | |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 70 of file InsertSymbol.cs.
const string kinetica.InsertSymbolRequest.Options.COLOR = "color" |
If symbol_format is 'svg' this is ignored.
If symbol_format is 'svg_path' then this option specifies the color (in RRGGBB hex format) of the path. For example, to have the path rendered in red, used 'FF0000'. If 'color' is not provided then '00FF00' (i.e. green) is used by default.
Definition at line 79 of file InsertSymbol.cs.