PFSBuilderEndSection Method |
Terminate a target or a section.
Restrictions: Each pfsEndSection must match a pfsAddTarget or a pfsAddSection.
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public:
virtual void EndSection() sealed
abstract EndSection : unit -> unit
override EndSection : unit -> unit
Implements
IPFSBuilderEndSectionRemarks
In a few situations pfsEndSection may be legally omitted, but it is
recommended never to use this property.
See Also