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 );
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.
IFilterItem Interface | Okapi.Library.Filter Namespace | HasCoord | SetX | SetY | SetCX | SetCY