API Reference
Class
VisNetworkClusterByConnectionOptions
Clustering method configurations for specific clustering operations.
Inheritance
- VisNetworkClusteringOptions
- VisNetworkClusterByConnectionOptions
Constructors
public VisNetworkClusterByConnectionOptions() #Methods
public VisNetworkClusterByConnectionOptions WithNodeId(Object nodeId) #Returns:
VisNetworkClusterByConnectionOptionsSets the node ID to cluster.
Parameters
- nodeId System.Object
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
public VisNetworkClusteringOptions WithClusterEdgeProperties(Action<VisNetworkEdgeOptions> configure) #Returns:
VisNetworkClusteringOptionsInherited from VisNetworkClusteringOptions
Parameters
- configure Action<VisNetworkEdgeOptions>
public VisNetworkClusteringOptions WithClusterNodeProperties(Action<VisNetworkNodeOptions> configure) #Returns:
VisNetworkClusteringOptionsInherited from VisNetworkClusteringOptions
Parameters
- configure Action<VisNetworkNodeOptions>
public VisNetworkClusteringOptions WithJoinCondition(String jsFunction) #Returns:
VisNetworkClusteringOptionsInherited from VisNetworkClusteringOptions
Parameters
- jsFunction String
public VisNetworkClusteringOptions WithProcessProperties(String jsFunction) #Returns:
VisNetworkClusteringOptionsInherited from VisNetworkClusteringOptions
Parameters
- jsFunction String
Properties
Inherited Properties
public VisNetworkNodeOptions ClusterNodeProperties { get; set; } #Inherited from VisNetworkClusteringOptions
JsonPropertyName("clusterNodeProperties") JsonIgnore(Condition = 3)public VisNetworkEdgeOptions ClusterEdgeProperties { get; set; } #Inherited from VisNetworkClusteringOptions
JsonPropertyName("clusterEdgeProperties") JsonIgnore(Condition = 3)