Checks whether given point is a trend logger point.
Namespace: Ico.Data.DataConnectorAssembly: IcoCommonConnectors (in IcoCommonConnectors.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public static bool IsTwxLogger64Point(
string pointName
) |
Visual Basic |
---|
Public Shared Function IsTwxLogger64Point ( _
pointName As String _
) As Boolean |
JScript |
---|
public static function IsTwxLogger64Point(
pointName : String
) : boolean |
Parameters
- pointName
- Type: System..::..String
The point to check.
Return Value
True if the point is a trend logger point.
See Also