Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter directed_graph. More...
Public Attributes | |
const string | TRUE = "true" |
const string | FALSE = "false" |
A set of string constants for the parameter directed_graph.
If set to TRUE, the graph will be directed. If set to FALSE, the graph will not be directed. Consult Directed Graphs for more details.
Definition at line 34 of file CreateGraph.cs.
const string kinetica.CreateGraphRequest.DirectedGraph.FALSE = "false" |
Definition at line 37 of file CreateGraph.cs.
const string kinetica.CreateGraphRequest.DirectedGraph.TRUE = "true" |
Definition at line 36 of file CreateGraph.cs.