Loads the serialized outline structure from the file and creates the new items as children of the specified node.

Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.2 (in PPJ.Runtime.Vis.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public SalNumber LoadOutlineFile(
	SalString sFileName,
	SalNumber hPicParentNormal,
	SalNumber hPicParentSelect,
	SalNumber hPicChildNormal,
	SalNumber hPicChildSelect
)

Parameters

sFileName
Type: PPJ.Runtime..::..SalString
hPicParentNormal
Type: PPJ.Runtime..::..SalNumber
hPicParentSelect
Type: PPJ.Runtime..::..SalNumber
hPicChildNormal
Type: PPJ.Runtime..::..SalNumber
hPicChildSelect
Type: PPJ.Runtime..::..SalNumber

Return Value

See Also