ArcFM Responder Mobile Developer Guide
FindCU Method (IMMDesignerUtilities)






Syntax
'Declaration
 
Function FindCU( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   Optional ByVal sFeatureClass As System.String, _
   Optional ByVal lSubtypeCode As System.Integer, _
   Optional ByVal pAttributes As ESRI.ArcGIS.esriSystem.IPropertySet, _
   Optional ByVal lWorkFunction As mmd8WorkFunction, _
   Optional ByVal sWMSCode As System.String _
) As ID8EnumListItem
'Usage
 
Dim instance As IMMDesignerUtilities
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim sFeatureClass As System.String
Dim lSubtypeCode As System.Integer
Dim pAttributes As ESRI.ArcGIS.esriSystem.IPropertySet
Dim lWorkFunction As mmd8WorkFunction
Dim sWMSCode As System.String
Dim value As ID8EnumListItem
 
value = instance.FindCU(pWorkspace, sFeatureClass, lSubtypeCode, pAttributes, lWorkFunction, sWMSCode)
ID8EnumListItem FindCU( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   System.string sFeatureClass,
   System.int lSubtypeCode,
   ESRI.ArcGIS.esriSystem.IPropertySet pAttributes,
   mmd8WorkFunction lWorkFunction,
   System.string sWMSCode
)
function FindCU( 
    pWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace;
    sFeatureClass: System.String;
    lSubtypeCode: System.Integer;
    pAttributes: ESRI.ArcGIS.esriSystem.IPropertySet;
    lWorkFunction: mmd8WorkFunction;
    sWMSCode: System.String
): ID8EnumListItem; 
function FindCU( 
   pWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace,
   sFeatureClass : System.String,
   lSubtypeCode : System.int,
   pAttributes : ESRI.ArcGIS.esriSystem.IPropertySet,
   lWorkFunction : mmd8WorkFunction,
   sWMSCode : System.String
) : ID8EnumListItem;
ID8EnumListItem* FindCU( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* pWorkspace,
   System.string* sFeatureClass,
   System.int lSubtypeCode,
   ESRI.ArcGIS.esriSystem.IPropertySet* pAttributes,
   mmd8WorkFunction lWorkFunction,
   System.string* sWMSCode
) 
ID8EnumListItem^ FindCU( 
   ESRI.ArcGIS.Geodatabase.IWorkspace^ pWorkspace,
   System.String^ sFeatureClass,
   System.int lSubtypeCode,
   ESRI.ArcGIS.esriSystem.IPropertySet^ pAttributes,
   mmd8WorkFunction lWorkFunction,
   System.String^ sWMSCode
) 

Parameters

pWorkspace
sFeatureClass
lSubtypeCode
pAttributes
lWorkFunction
sWMSCode
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMDesignerUtilities Interface
IMMDesignerUtilities Members

Send Feedback