GraphJsonSettingsClusterFuncProp Property |
[Missing <summary> documentation for "P:VelocityGraph.GraphJsonSettings.ClusterFuncProp"]
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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,
Int32
See Also