Click or drag to resize

PFSTargetGetSection Method (String, Int32, Boolean)

Get the number NodeNo section with the name NodeName.

Namespace:  DHI.PFS
Assembly:  DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public PFSSection GetSection(
	string nodeName,
	int nodeNo,
	bool mandatory
)

Parameters

nodeName
Type: SystemString
Name of node.
nodeNo
Type: SystemInt32
Number of node to get.
mandatory
Type: SystemBoolean
Set to true if the section must be present

Return Value

Type: PFSSection
See Also