Flexivert Library Documentation
ApplyAlgorithm Method (alg)
NamespacesFlexivert.UIIFlexivertApplicationApplyAlgorithm(IGraphAlgorithm)
Applies an algorithm to the currently active graph in the application.
Declaration Syntax
C#Visual BasicVisual C++
Graph ApplyAlgorithm(
	IGraphAlgorithm alg
)
Function ApplyAlgorithm ( _
	alg As IGraphAlgorithm _
) As Graph
Graph^ ApplyAlgorithm(
	IGraphAlgorithm^ alg
)
Parameters
alg (IGraphAlgorithm)
The algorithm to be applied
Return Value
The resulting graph, or null if there is no active graph.

Assembly: FVUI (Module: FVUI) Version: 0.5.4.9 (0.5.4.9)