ArcFM Engine Developer Guide
GetFeature Method (LicenseLoader)


Syntax
'Declaration
 
Public Function GetFeature( _
   ByVal featureName As String _
) As LicenseFeature
'Usage
 
Dim instance As LicenseLoader
Dim featureName As String
Dim value As LicenseFeature
 
value = instance.GetFeature(featureName)
public LicenseFeature GetFeature( 
   string featureName
)

Parameters

featureName
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

LicenseLoader Class
LicenseLoader Members

 

 


Send Comment