ArcFM Engine Developer Guide
Priority Property (IMMTreeTool)


Determines the display order of the tool in its category.
Syntax
'Declaration
 
<DispIdAttribute(1610678275)>
ReadOnly Property Priority As Integer
'Usage
 
Dim instance As IMMTreeTool
Dim value As Integer
 
value = instance.Priority
[DispId(1610678275)]
int Priority {get;}

Property Value

Long
Example
The following code sample illustrates how the Priority property should be set:
Visual Basic Copy Code
Private Property Get IMMTreeTool_Priority() As Long
    'Display this tool first in its category
    IMMTreeTool_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

IMMTreeTool Interface
IMMTreeTool Members

 

 


Send Comment