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