ArcFM Engine Developer Guide
Priority Property (IMMTreeViewTool)


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

Property Value

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

IMMTreeViewTool Interface
IMMTreeViewTool Members

 

 


Send Comment