Traverses the path from the root down

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public void TraversePathDown(
	NodeProc proc,
	Object param
)
Visual Basic (Declaration)
Public Sub TraversePathDown ( _
	proc As NodeProc, _
	param As Object _
)

Parameters

proc
Type: NodeProc
param
Type: System..::.Object

See Also