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.
Available at Version
Product Availability
Required Licenses
.NET Assembly
Syntax
'Declaration
 
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("EE8171AF-D145-4C7E-9298-64A28D18FF99")>
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<ComImportAttribute()>
Public Interface ID8ListCancelSort 
'Usage
 
Dim instance As ID8ListCancelSort
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("EE8171AF-D145-4C7E-9298-64A28D18FF99")]
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[ComImport()]
public interface ID8ListCancelSort 
Requirements

See Also

Reference

ID8ListCancelSort Members
Miner.Interop Namespace

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.
Syntax
'Declaration
 
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("EE8171AF-D145-4C7E-9298-64A28D18FF99")>
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<ComImportAttribute()>
Public Interface ID8ListCancelSort 
'Usage
 
Dim instance As ID8ListCancelSort
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("EE8171AF-D145-4C7E-9298-64A28D18FF99")]
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[ComImport()]
public interface ID8ListCancelSort 
Inheritance Hierarchy

Miner.Interop.ID8ListCancelSort

Requirements

See Also

Reference

ID8ListCancelSort Members
Miner.Interop Namespace

 

 


Send Comment