Kinetica C# API  Version 6.2.0.1
kinetica.InsertSymbolRequest.SymbolFormat Struct Reference

Specifies the symbol format. More...

Public Attributes

const string SVG = "svg"
 
const string SVG_PATH = "svg_path"
 

Detailed Description

Specifies the symbol format.

Must be either 'svg' or 'svg_path'. Supported values:

A set of string constants for the parameter symbol_format.

Definition at line 46 of file InsertSymbol.cs.

Member Data Documentation

◆ SVG

const string kinetica.InsertSymbolRequest.SymbolFormat.SVG = "svg"

Definition at line 48 of file InsertSymbol.cs.

◆ SVG_PATH

const string kinetica.InsertSymbolRequest.SymbolFormat.SVG_PATH = "svg_path"

Definition at line 49 of file InsertSymbol.cs.


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