ArcFM Engine Developer Guide
mmDefinitionMode Enumeration


This enumeration lists the types of mode available. For example, it is used by the Favorites Manager to determine what a user has the ability to do.
Syntax
'Declaration
 
<GuidAttribute("5ABAF4A0-A9ED-11D4-AE31-0001031AE970")>
Public Enum mmDefinitionMode 
   Inherits System.Enum
'Usage
 
Dim instance As mmDefinitionMode
[Guid("5ABAF4A0-A9ED-11D4-AE31-0001031AE970")]
public enum mmDefinitionMode : System.Enum 
Members
MemberDescription
mmdmAdmin 
mmdmNone 
mmdmUser 
Remarks

In the User mode, the user cannot modify the values in CU-defining fields. This is evident when the user creates a new favorite. The CU-defining fields are disabled.

In the Admin mode, the user can set the values in the CU-defining fields. This is evident when the user creates a new CU. They may set the values in the CU-defining fields.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Interop.mmDefinitionMode

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