IPFSBuilderAddSection Method |
Start a new section within the scope of a target/section
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax void AddSection(
string sectionName
)
Sub AddSection (
sectionName As String
)
void AddSection(
String^ sectionName
)
abstract AddSection :
sectionName : string -> unit
Parameters
- sectionName
- Type: SystemString
Name of section to add
See Also