|
Kinetica C# API
Version 7.2.3.1
|
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 33 of file CreateGraph.cs.
| const string CreateGraphRequest.DirectedGraph.FALSE = "false" |
Definition at line 36 of file CreateGraph.cs.
| const string CreateGraphRequest.DirectedGraph.TRUE = "true" |
Definition at line 35 of file CreateGraph.cs.