Beispiel #1
0
 public bool SetSelection(int groupId, int index, CoreDll.SelectionType selectionType)
 {
     return(m_dll.adImageInfoSelectionSet(m_handle, new IntPtr(groupId), new IntPtr(index), selectionType) == CoreDll.Error.Ok);
 }