ArcFM Solution Developer Guide
ID8ListCancelSort Interface
Members 






You can create an object implementing the IMMCancelCallback interface, and pass this object into the SortWithCancel method. During the sorting process, you can call Stopped with a value of true and the sort will discontinue the sorting process.
 
It does not undo a sort that has already completed.
Object Model
ID8ListCancelSort Interface
Syntax
'Declaration
 
<System.Runtime.InteropServices.GuidAttribute("EE8171AF-D145-4C7E-9298-64A28D18FF99")>
<System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<System.Runtime.InteropServices.ComImportAttribute()>
Public Interface ID8ListCancelSort 
'Usage
 
Dim instance As ID8ListCancelSort
[System.Runtime.InteropServices.Guid("EE8171AF-D145-4C7E-9298-64A28D18FF99")]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.ComImport()]
public interface ID8ListCancelSort 
public interface ID8ListCancelSort 
System.Runtime.InteropServices.GuidAttribute("EE8171AF-D145-4C7E-9298-64A28D18FF99")
System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)
System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)
System.Runtime.InteropServices.ComImportAttribute()
public interface ID8ListCancelSort 
[System.Runtime.InteropServices.Guid("EE8171AF-D145-4C7E-9298-64A28D18FF99")]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.ComImport()]
public __gc __interface ID8ListCancelSort 
[System.Runtime.InteropServices.Guid("EE8171AF-D145-4C7E-9298-64A28D18FF99")]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.ComImport()]
public interface class ID8ListCancelSort 
Requirements

See Also

Reference

ID8ListCancelSort Members
Miner.Interop Namespace

Send Feedback