PFSTokenReaderNextToken Method |
Returns the next token in the PFS file
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic PFSToken NextToken()
Public Function NextToken As PFSToken
public:
PFSToken NextToken()
member NextToken : unit -> PFSToken
Return Value
Type:
PFSToken
ExceptionsException | Condition |
---|
PFSException |
Thrown in case of an error when reading the file. Errors are usually related
to incorrectly formatted PFS files.
|
See Also