ArcFM Engine Developer Guide
MMSTSelectionType Enumeration
Example Example 


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:

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

 

 


Send Comment