ArcFM Responder Mobile Developer Guide
FindGU Method (IMMDesignerUtilities)






Syntax
'Declaration
 
Function FindGU( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal sFeatureClass As System.String, _
   ByVal lSubtypeCode As System.Integer, _
   ByVal pAttributes As ESRI.ArcGIS.esriSystem.IPropertySet, _
   Optional ByVal lWorkFunction As mmd8WorkFunction _
) 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 value As ID8EnumListItem
 
value = instance.FindGU(pWorkspace, sFeatureClass, lSubtypeCode, pAttributes, lWorkFunction)
ID8EnumListItem FindGU( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   System.string sFeatureClass,
   System.int lSubtypeCode,
   ESRI.ArcGIS.esriSystem.IPropertySet pAttributes,
   mmd8WorkFunction lWorkFunction
)
function FindGU( 
    pWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace;
    sFeatureClass: System.String;
    lSubtypeCode: System.Integer;
    pAttributes: ESRI.ArcGIS.esriSystem.IPropertySet;
    lWorkFunction: mmd8WorkFunction
): ID8EnumListItem; 
function FindGU( 
   pWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace,
   sFeatureClass : System.String,
   lSubtypeCode : System.int,
   pAttributes : ESRI.ArcGIS.esriSystem.IPropertySet,
   lWorkFunction : mmd8WorkFunction
) : ID8EnumListItem;
ID8EnumListItem* FindGU( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* pWorkspace,
   System.string* sFeatureClass,
   System.int lSubtypeCode,
   ESRI.ArcGIS.esriSystem.IPropertySet* pAttributes,
   mmd8WorkFunction lWorkFunction
) 
ID8EnumListItem^ FindGU( 
   ESRI.ArcGIS.Geodatabase.IWorkspace^ pWorkspace,
   System.String^ sFeatureClass,
   System.int lSubtypeCode,
   ESRI.ArcGIS.esriSystem.IPropertySet^ pAttributes,
   mmd8WorkFunction lWorkFunction
) 

Parameters

pWorkspace
sFeatureClass
lSubtypeCode
pAttributes
lWorkFunction
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