ArcFM Engine Developer Guide
MMAutoSelection Enumeration


This enumeration is used by the AutoSelectMode property on the IMMListTree interface to determine how selected items are added to a list tree.
Syntax
'Declaration
 
<GuidAttribute("3F3D0ABE-1B40-40A6-A794-211DDB0E9111")>
Public Enum MMAutoSelection 
   Inherits System.Enum
'Usage
 
Dim instance As MMAutoSelection
[Guid("3F3D0ABE-1B40-40A6-A794-211DDB0E9111")]
public enum MMAutoSelection : System.Enum 
Members
MemberDescription
MMASAppendOnAddWhen an item is added to the list, it is selected in addition to any previously selected items. Multiple items may be selected.
MMASNoAutoSelectAutoSelect is turned off.
MMASSelectOnAddWhen an items is added to the list, it is selected. Only one items is selected at a time.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Interop.MMAutoSelection

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

Miner.Interop Namespace

 

 


Send Comment