Gets the current data for the specified historianID.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IDataPoint FindData( int historianID )
Public Function FindData ( _ historianID As Integer _ ) As IDataPoint
public: IDataPoint^ FindData( int historianID )
Parameters
- historianID (Int32)
- Historian identifier whose current data is to be retrieved.
Return Value
IDataPoint if a match is found; otherwise null.