Okapi .NET Library

IFilterItem.SetCoord Method 

 [This is preliminary documentation and subject to change.]

Sets the coordinates of the item.

[Visual Basic]
Sub SetCoord( _ 
   ByVal p_sValue As String _ 
)
[C#]
void SetCoord(
   string p_sValue
);
[C++]
void SetCoord(
   String* p_sValue
);
[JScript]
function SetCoord(
   String p_sValue
);

Parameters

p_sValue
The string representation of the coordinates.

Remarks

Use this method to set the coordinates of the item. You can also set each coordinate members individually using the SetX, SetY, SetCX, and SetCY methods.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | HasCoord | SetX | SetY | SetCX | SetCY