GraphJsonSettingsClusterFuncProp Property |
[Missing <summary> documentation for "P:VelocityGraph.GraphJsonSettings.ClusterFuncProp"]
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public Func<IVertex, int> ClusterFuncProp { get; set; }
Public Property ClusterFuncProp As Func(Of IVertex, Integer)
Get
Set
public:
property Func<IVertex^, int>^ ClusterFuncProp {
Func<IVertex^, int>^ get ();
void set (Func<IVertex^, int>^ value);
}
member ClusterFuncProp : Func<IVertex, int> with get, set
Property Value
Type:
FuncIVertex,
Int32See Also