Kinetica   C#   API  Version 7.2.3.1
InsertSymbolRequest.SymbolFormat Struct Reference

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

Public Attributes

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

Detailed Description

A set of string constants for the parameter 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 InsertSymbolRequest.SymbolFormat.SVG = "svg"

Definition at line 32 of file InsertSymbol.cs.

◆ SVG_PATH

const string InsertSymbolRequest.SymbolFormat.SVG_PATH = "svg_path"

Definition at line 33 of file InsertSymbol.cs.


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