7 using System.Collections.Generic;
25 public class InsertSymbolRequest : KineticaData
31 public struct SymbolFormat
33 public const string SVG =
"svg";
34 public const string SVG_PATH =
"svg_path";
49 public const string COLOR =
"color";
92 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
138 IDictionary<string, string>
options =
null)
150 public class InsertSymbolResponse : KineticaData
157 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
const string COLOR
If symbol_format is 'svg' this is ignored.
IDictionary< string, string > info
Additional information.
string symbol_id
The id of the symbol being added.
string symbol_id
Value of symbol_id.
IDictionary< string, string > options
Optional parameters.
InsertSymbolRequest(string symbol_id, string symbol_format, byte[] symbol_data, IDictionary< string, string > options=null)
Constructs an InsertSymbolRequest object with the specified parameters.
InsertSymbolRequest()
Constructs an InsertSymbolRequest object with default parameters.
byte [] symbol_data
The actual symbol data.
string symbol_format
Specifies the symbol format.