ArcFM Desktop Developer Guide
Priority Property (IMMFinder)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

This property specifies the display order for your finder object in the Finder Tool's 'Locator Tool' dropdown list. Priority values for the finder objects delivered with ArcFM are as follows:

  • ArcFM Display Field = 10
  • Attribute Query = 20
  • Feeders = 30
  • Tie Points = 40
  • XY Coordinates = 50
Syntax
'Declaration
 
<DispIdAttribute(1610678277)>
ReadOnly Property Priority As Integer
'Usage
 
Dim instance As IMMFinder
Dim value As Integer
 
value = instance.Priority
[DispId(1610678277)]
int Priority {get;}

Property Value

Long
Example
The following code sample demonstrates how the IMMFinder::Priority property may be implemented.
Visual Basic Copy Code
Private Property Get IMMFinder_Priority() As Long
IMMFinder_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

IMMFinder Interface
IMMFinder Members

 

 


Send Comment