Kinetica C# API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.InsertSymbolRequest.Options Struct Reference

Optional parameters. More...

Public Attributes

const string COLOR = "color"
 If <member name="symbol_format"> is 'svg' this is ignored. More...
 

Detailed Description

Optional parameters.

  • color If is 'svg' this is ignored. If 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.


A set of string constants for the parameter <member name="options">.

Definition at line 58 of file InsertSymbol.cs.

Member Data Documentation

const string kinetica.InsertSymbolRequest.Options.COLOR = "color"

If <member name="symbol_format"> is 'svg' this is ignored.

If <member name="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 67 of file InsertSymbol.cs.


The documentation for this struct was generated from the following file: