Skip to main content

A set of string constants for the parameter InsertSymbolRequest.symbol_format. More…

Static Public Attributes

const string SVG = “svg”
 A constant for the InsertSymbolRequest.SymbolFormat options.
 
const string SVG_PATH = “svg_path”
 A constant for the InsertSymbolRequest.SymbolFormat options.
 

Detailed Description

A set of string constants for the parameter InsertSymbolRequest.symbol_format.

Specifies the symbol format. Must be either ‘svg’ or ‘svg_path’.

Definition at line 30 of file InsertSymbol.cs.

Member Data Documentation

◆ SVG

const string kinetica.InsertSymbolRequest.SymbolFormat.SVG = “svg”
static

A constant for the InsertSymbolRequest.SymbolFormat options.

Definition at line 34 of file InsertSymbol.cs.

◆ SVG_PATH

const string kinetica.InsertSymbolRequest.SymbolFormat.SVG_PATH = “svg_path”
static

A constant for the InsertSymbolRequest.SymbolFormat options.

Definition at line 38 of file InsertSymbol.cs.


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