openPDC Historian Help
FindExport Method (exportName)
NamespacesTVA.Historian.ExportersExporterBaseFindExport(String)
Returns the Export for the specified exportName from the Exports.
Declaration Syntax
C#Visual BasicVisual C++
public Export FindExport(
	string exportName
)
Public Function FindExport ( _
	exportName As String _
) As Export
public:
Export^ FindExport(
	String^ exportName
)
Parameters
exportName (String)
Name of the Export to be retrieved.
Return Value
An Export object if a match is found; otherwise null.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252