ArcFM Desktop Developer Guide
IsLicensedToEditRow Method (MMIsLicensedToEditClass)


Syntax
'Declaration
 
Public Overridable Function IsLicensedToEditRow( _
   ByVal pRow As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal lictype As mmLicenseType _
) As Boolean
'Usage
 
Dim instance As MMIsLicensedToEditClass
Dim pRow As ESRI.ArcGIS.Geodatabase.IRow
Dim lictype As mmLicenseType
Dim value As Boolean
 
value = instance.IsLicensedToEditRow(pRow, lictype)
public virtual bool IsLicensedToEditRow( 
   ESRI.ArcGIS.Geodatabase.IRow pRow,
   mmLicenseType lictype
)

Parameters

pRow
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

MMIsLicensedToEditClass Class
MMIsLicensedToEditClass Members

 

 


Send Comment