Click or drag to resize

PFSTargetGetSection Method (String, Int32)

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
)

Parameters

nodeName
Type: SystemString
Name of node.
nodeNo
Type: SystemInt32
Number of node to get.

Return Value

Type: PFSSection
See Also