ArcFM Engine Developer Guide
Percentage Method


Syntax
'Declaration
 
Public Shared Function Percentage( _
   ByVal numerator As Integer, _
   ByVal denominator As Integer _
) As Integer
'Usage
 
Dim numerator As Integer
Dim denominator As Integer
Dim value As Integer
 
value = ProgressInfo.Percentage(numerator, denominator)
public static int Percentage( 
   int numerator,
   int denominator
)

Parameters

numerator
denominator
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

ProgressInfo Structure
ProgressInfo Members

 

 


Send Comment