ArcFM Desktop Developer Guide
MMSTSelectionType Enumeration
Example Example 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

This enumeration is used by the SelectionStyle property to get or set the style of selection in a list tree.

The integers that each selection style represents are as follows:

Available at Version
9.2.1 and later
Product Availability
ArcFM Desktop and ArcFM Engine
Required Licenses
ArcFM, Designer, or ArcFM Viewer
.NET Assembly
Miner.Interop.Controls.dll
Syntax
'Declaration
 
<GuidAttribute("15586D84-3D78-4032-A8B8-E09452B5051F")>
Public Enum MMSTSelectionType 
   Inherits System.Enum
'Usage
 
Dim instance As MMSTSelectionType
[Guid("15586D84-3D78-4032-A8B8-E09452B5051F")]
public enum MMSTSelectionType : System.Enum 
Members
MemberDescription
MMSTNodeSelectMultiEach click selects an additional list item. (MMSTNodeSelectMulti = 1)
MMSTNodeSelectRangeEach click selects the list item and all others between that click and the last one. (MMSTNodeSelectRange = 2)
MMSTNodeSelectSingleEach click selects a single list item. (MMSTNodeSelectSingle = 0)
Example
[
 uuid(15586D84-3D78-4032-A8B8-E09452B5051F),
 helpstring("Miner & Miner MMSTSelectionType Enum.")
]
enum MMSTSelectionType
{
 MMSTNodeSelectSingle = 0,
 MMSTNodeSelectMulti = 1,
 MMSTNodeSelectRange = 2
};
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Interop.MMSTSelectionType

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

This enumeration is used by the SelectionStyle property to get or set the style of selection in a list tree.

The integers that each selection style represents are as follows:

Object Model
MMSTSelectionType Enumeration
Syntax
'Declaration
 
<GuidAttribute("15586D84-3D78-4032-A8B8-E09452B5051F")>
Public Enum MMSTSelectionType 
   Inherits System.Enum
'Usage
 
Dim instance As MMSTSelectionType
[Guid("15586D84-3D78-4032-A8B8-E09452B5051F")]
public enum MMSTSelectionType : System.Enum 
Example
[
 uuid(15586D84-3D78-4032-A8B8-E09452B5051F),
 helpstring("Miner & Miner MMSTSelectionType Enum.")
]
enum MMSTSelectionType
{
 MMSTNodeSelectSingle = 0,
 MMSTNodeSelectMulti = 1,
 MMSTNodeSelectRange = 2
};
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Interop.MMSTSelectionType

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

MMSTSelectionType Members
Miner.Interop Namespace

 

 


Send Comment