This method is useful to debug the filter graph built using Connect.

The file must have 'grf' extension and can be read using GraphEdit utility (you can get this from the Microsoft DirectShow SDK).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SaveGraph(
	string fileName
)
Public Sub SaveGraph ( _
	fileName As String _
)
public:
void SaveGraph(
	String^ fileName
)

Parameters

fileName
String
Output file path and name

See Also