PfsHelperPfsEndSection Method  | 
 
             Terminate a target or a section. 
             
 
    Namespace: 
   DHI.PFS
    Assembly:
   DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static void PfsEndSection(
	IntPtr pfsSect
)
Public Shared Sub PfsEndSection ( 
	pfsSect As IntPtr
)
public:
static void PfsEndSection(
	IntPtr pfsSect
)
static member PfsEndSection : 
        pfsSect : IntPtr -> unit 
Parameters
- pfsSect
 - Type: SystemIntPtr
A pfsHandle pointer. 
Remarks
               In a few situations pfsEndSection may be legally omitted, but it is
              recommended never to use this property.
            
              Restrictions:  Each pfsEndSection must match a pfsAddTarget or a pfsAddSection. 
             
See Also