Kinetica   C#   API  Version 7.2.3.0
kinetica.CreateVideoRequest.Style Struct Reference

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

Public Attributes

const string CHART = "chart"
 
const string RASTER = "raster"
 
const string CLASSBREAK = "classbreak"
 
const string CONTOUR = "contour"
 
const string HEATMAP = "heatmap"
 
const string LABELS = "labels"
 

Detailed Description

A set of string constants for the parameter style.

The name of the visualize mode; should correspond to the schema used for the style_parameters field.

Definition at line 23 of file CreateVideo.cs.

Member Data Documentation

◆ CHART

const string kinetica.CreateVideoRequest.Style.CHART = "chart"

Definition at line 25 of file CreateVideo.cs.

◆ CLASSBREAK

const string kinetica.CreateVideoRequest.Style.CLASSBREAK = "classbreak"

Definition at line 27 of file CreateVideo.cs.

◆ CONTOUR

const string kinetica.CreateVideoRequest.Style.CONTOUR = "contour"

Definition at line 28 of file CreateVideo.cs.

◆ HEATMAP

const string kinetica.CreateVideoRequest.Style.HEATMAP = "heatmap"

Definition at line 29 of file CreateVideo.cs.

◆ LABELS

const string kinetica.CreateVideoRequest.Style.LABELS = "labels"

Definition at line 30 of file CreateVideo.cs.

◆ RASTER

const string kinetica.CreateVideoRequest.Style.RASTER = "raster"

Definition at line 26 of file CreateVideo.cs.


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