ArcFM Desktop Developer Guide
Priority Property (IMMExtension)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

This property establishes the order in which the extension appears in the TOC.
Syntax
'Declaration
 
<DispIdAttribute(1610678273)>
ReadOnly Property Priority As Integer
'Usage
 
Dim instance As IMMExtension
Dim value As Integer
 
value = instance.Priority
[DispId(1610678273)]
int Priority {get;}

Property Value

Long
Remarks

In the example below, Session Manager has a Priority of 1 and Workflow Manager a Priority of 2.

Example
The following code sample demonstrates how the IMMExtension::Priority property may be implemented.
Visual Basic Copy Code

Private Property Get IMMExtension_Priority() As Long

IMMExtension_Priority = 1

End Property

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

IMMExtension Interface
IMMExtension Members

 

 


Send Comment