ArcFM Engine Developer Guide
Priority Property (AboutProductBase)


Gets or sets the proprity of the product. The lower the number, the higher the product will appear in the AboutDialog.
Syntax
'Declaration
 
Public Overridable Property Priority As Integer
'Usage
 
Dim instance As AboutProductBase
Dim value As Integer
 
instance.Priority = value
 
value = instance.Priority
public virtual int Priority {get; set;}
Remarks
The lower the number, the higher the product will appear in the AboutDialog.
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

AboutProductBase Class
AboutProductBase Members

 

 


Send Comment