EOS_PT_PERIODINFO
Syntax | Return Value | Arguments | Keywords | Examples | Version History
This function returns information about a subsetted time period for a particular fieldlist.
Syntax
Result = EOS_PT_PERIODINFO(pointID, periodID, level, fieldlist, size)
Return Value
Returns SUCCEED (0) if successful and FAIL (–1) otherwise.
Arguments
pointID
Point id (long).
periodID
Period id (long) returned by EOS_PT_DEFTIMEPERIOD.
level
Point level (0-based long).
fieldlist
List of fields (string) to extract.
size
A named variable that will contain the size in bytes (long) of subset period.
Keywords
None
Examples
In this example, we get the size of the subsetted time period defined in EOS_PT_DEFTIMEPERIOD for the Time field:
Version History