ArcFM Server Developer Guide
FeatureDiagnostic Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal FeatureName As String, _
   ByVal FeatureVersion As Single, _
   ByVal FeatureCount As Integer, _
   ByVal ExpDate As Date _
)
'Usage
 
Dim FeatureName As String
Dim FeatureVersion As Single
Dim FeatureCount As Integer
Dim ExpDate As Date
 
Dim instance As New FeatureDiagnostic(FeatureName, FeatureVersion, FeatureCount, ExpDate)
public FeatureDiagnostic( 
   string FeatureName,
   float FeatureVersion,
   int FeatureCount,
   DateTime ExpDate
)

Parameters

FeatureName
FeatureVersion
FeatureCount
ExpDate
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

FeatureDiagnostic Class
FeatureDiagnostic Members

 

 


Send Comment