PFSSectionGetSection Method (String, Int32) |
Get the n'ths section instance with the specified name
To get the first section of a certain name, use
section.GetSection("sectionName", 1);
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public PFSSection GetSection(
string sectionName,
int sectionNumber
)
Public Function GetSection (
sectionName As String,
sectionNumber As Integer
) As PFSSection
public:
PFSSection^ GetSection(
String^ sectionName,
int sectionNumber
)
member GetSection :
sectionName : string *
sectionNumber : int -> PFSSection
Parameters
- sectionName
- Type: SystemString
Name of section to get - sectionNumber
- Type: SystemInt32
Number of section with that name to get. 1-based
Return Value
Type:
PFSSectionSee Also