Okapi .NET Library

IFilterItem.GetCoord Method 

 [This is preliminary documentation and subject to change.]

Gets the coordinates of the item.

[Visual Basic]
Function GetCoord() As String
[C#]
string GetCoord();
[C++]
String* GetCoord();
[JScript]
function GetCoord(): String;

Return Value

The string representation of the coordinates.

Remarks

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.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | HasCoord | GetX | GetY | GetCX | GetCY