ArcFM Desktop Developer Guide
IMMTreeViewSelection Interface
Members 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Provides properties and methods to create a tree tool that iterates through the MMListTree control's collection of selected items.
Available at Version
9.2.1 and later
Product Availability
ArcFM Desktop and ArcFM Engine
Required Licenses
ArcFM, Designer, ArcFM Viewer, ArcFM Engine, ArcFM Engine Editor, or ArcFM Viewer for ArcGIS Engine
.NET Assembly
Miner.Interop.FrameworkUI.dll
Object Model
IMMTreeViewSelection Interface
Syntax
'Declaration
 
<GuidAttribute("D65C7F61-4155-11D4-80D8-0050DA5BE899")>
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComImportAttribute()>
Public Interface IMMTreeViewSelection 
'Usage
 
Dim instance As IMMTreeViewSelection
[Guid("D65C7F61-4155-11D4-80D8-0050DA5BE899")]
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[ComImport()]
public interface IMMTreeViewSelection 
Remarks

Note: You cannot iterate a selection while performing actions that will alter it. For example, if you iterate a selection to delete the item, deleting it from the treeview will change the selection since it will also be deleted from the selection. In cases like this, the programmer should iterate the selection, place the list items in a collection, and then perform the required action on the items in the collection.

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMTreeViewSelection Members
Miner.Interop Namespace

Provides properties and methods to create a tree tool that iterates through the MMListTree control's collection of selected items.
Object Model
IMMTreeViewSelection Interface
Syntax
'Declaration
 
<GuidAttribute("D65C7F61-4155-11D4-80D8-0050DA5BE899")>
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComImportAttribute()>
Public Interface IMMTreeViewSelection 
'Usage
 
Dim instance As IMMTreeViewSelection
[Guid("D65C7F61-4155-11D4-80D8-0050DA5BE899")]
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[ComImport()]
public interface IMMTreeViewSelection 
Remarks

Note: You cannot iterate a selection while performing actions that will alter it. For example, if you iterate a selection to delete the item, deleting it from the treeview will change the selection since it will also be deleted from the selection. In cases like this, the programmer should iterate the selection, place the list items in a collection, and then perform the required action on the items in the collection.

Inheritance Hierarchy

Miner.Interop.IMMTreeViewSelection

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMTreeViewSelection Members
Miner.Interop Namespace

 

 


Send Comment