PFSExtensions Class |
Namespace: DHI.PFS
The PFSExtensions type exposes the following members.
Name | Description | |
---|---|---|
AddDate |
Add a date as 3 integers (yyyy, MM, dd). The time part is ignored
Restrictions: The function is only valid within the scope of a keyword. | |
AddDateTime |
Add a date and time as 6 integers (year, month, day, hours, minutes, seconds).
Restrictions: The function is only valid within the scope of a keyword. | |
AddDouble(IPFSBuilder, IEnumerableDouble) |
Add a number of double precision floating-point (real) values.
The output format is some 'default' format. Check if it may cause loss of precision. Restrictions: The function is only valid within the scope of a keyword. | |
AddDouble(IPFSBuilder, Double) |
Add a number of double precision floating-point (real) values.
The output format is some 'default' format. Check if it may cause loss of precision. Restrictions: The function is only valid within the scope of a keyword. | |
AddInt(IPFSBuilder, IEnumerableInt32) |
Add a number of four-byte integer.
Restrictions: The function is only valid within the scope of a keyword | |
AddInt(IPFSBuilder, Int32) |
Add a number of four-byte integer.
Restrictions: The function is only valid within the scope of a keyword | |
AddKeywordValues |
Define a keyword, and adds a number of default type of parameters.
A convenience method that will call the appropriate Add method
for the provided type.
Each parameter must be one of the types:
Restrictions: This function must be called within the scope of a section. | |
AddTime |
Add a time as 3 integers (hours, minutes, seconds). The date part is ignored
Restrictions: The function is only valid within the scope of a keyword. | |
FindSection | Obsolete.
Look in all targets of the pfs file and try find a section
with the provided section name. It will not recurse into sub-sections,
but only "level-2" sections are looked for.
|