EditItemsGetByRect Method (CoMLCharGenClass)
edited group ID
left position of the selected rectangle
top position of the selected rectangle
right position of the selected rectangle
bottom position of the selected rectangle
list of items' IDs
Gets a set of items' IDs in a selected rectangle.
Syntax
Public Overridable Sub EditItemsGetByRect( _
   ByVal _bsGroupID As String, _
   ByVal _nLeft As Integer, _
   ByVal _nTop As Integer, _
   ByVal _nRight As Integer, _
   ByVal _nBottom As Integer, _
   ByRef _pbsItemsIDs As String _
) 
public virtual void EditItemsGetByRect( 
   string _bsGroupID,
   int _nLeft,
   int _nTop,
   int _nRight,
   int _nBottom,
   out string _pbsItemsIDs
)
public procedure EditItemsGetByRect( 
    _bsGroupID: String;
    _nLeft: Integer;
    _nTop: Integer;
    _nRight: Integer;
    _nBottom: Integer;
   Out  _pbsItemsIDs: String
); virtual; 
public: virtual void EditItemsGetByRect( 
   BSTR* _bsGroupID,
   int _nLeft,
   int _nTop,
   int _nRight,
   int _nBottom,
   [PARAMFLAG::Out] BSTR* _pbsItemsIDs
) 

Parameters

_bsGroupID
edited group ID
_nLeft
left position of the selected rectangle
_nTop
top position of the selected rectangle
_nRight
right position of the selected rectangle
_nBottom
bottom position of the selected rectangle
_pbsItemsIDs
list of items' IDs
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members