ArcFM Server Developer Guide
IsLicensedToEditLayer Method (IMMIsLicensedToEdit)


Syntax
'Declaration
 
Function IsLicensedToEditLayer( _
   ByVal pLayer As ESRI.ArcGIS.Carto.ILayer, _
   ByVal lictype As mmLicenseType _
) As Boolean
'Usage
 
Dim instance As IMMIsLicensedToEdit
Dim pLayer As ESRI.ArcGIS.Carto.ILayer
Dim lictype As mmLicenseType
Dim value As Boolean
 
value = instance.IsLicensedToEditLayer(pLayer, lictype)
bool IsLicensedToEditLayer( 
   ESRI.ArcGIS.Carto.ILayer pLayer,
   mmLicenseType lictype
)

Parameters

pLayer
lictype
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

IMMIsLicensedToEdit Interface
IMMIsLicensedToEdit Members

 

 


Send Comment