Gets the coordinates of the item.
[Visual Basic] Function GetCoord() As String [C#] string GetCoord(); [C++] String* GetCoord(); [JScript] function GetCoord(): String;
The string representation of the coordinates.
This value is equivalent to the coord
attribute in XLIFF. You can use the HasCoord property to see whether the item has any member of the coordinates different from 0. You can access each coordinates member individually using the GetX, GetY, GetCX, and GetCY methods.
IFilterItem Interface | Okapi.Library.Filter Namespace | HasCoord | GetX | GetY | GetCX | GetCY