Click or drag to resize

PFSDllWrapper.pfseInsertNewSection Method

Insert new section into PFS section, return handle to new section

Namespace:  DHI.PFS
Assembly:  DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static IntPtr pfseInsertNewSection(
	IntPtr node,
	string sectionName,
	int numNo1
)

Parameters

node
Type: System.IntPtr
sectionName
Type: System.String
numNo1
Type: System.Int32

Return Value

Type: IntPtr
See Also