Click or drag to resize
PFSTokenReaderNextToken Method
Returns the next token in the PFS file

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public PFSToken NextToken()

Return Value

Type: PFSToken
Exceptions
ExceptionCondition
PFSException Thrown in case of an error when reading the file. Errors are usually related to incorrectly formatted PFS files.
See Also