PfsHelperPfsAddSection Method  | 
 
            Start a new section within the scope of a target. 
            
 
    Namespace: 
   DHI.PFS
    Assembly:
   DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static void PfsAddSection(
	IntPtr pfsSect,
	string sectName
)
Public Shared Sub PfsAddSection ( 
	pfsSect As IntPtr,
	sectName As String
)
public:
static void PfsAddSection(
	IntPtr pfsSect, 
	String^ sectName
)
static member PfsAddSection : 
        pfsSect : IntPtr * 
        sectName : string -> unit 
Parameters
- pfsSect
 - Type: SystemIntPtr
A pfsHandle pointer - sectName
 - Type: SystemString
Name of section to add. 
See Also