Reads a tag as string even it is not a string.
Note: for array values only the first 100 elements are included.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public string GetValueAsString( int pageIndex, int tagIndex )
Public Function GetValueAsString ( _ pageIndex As Integer, _ tagIndex As Integer _ ) As String
public: String^ GetValueAsString( int pageIndex, int tagIndex )
Parameters
- pageIndex
- Int32
Page index (starting at 0 and ending at GetPagesCount-1).
- tagIndex
- Int32
Tag index (starting at 0 and ending at GetTagsCount-1).