ArcFM Responder Mobile Developer Guide
FindNonGISCU Method (mmDesignerUtilsClass)






Syntax
'Declaration
 
Public Overridable Function FindNonGISCU( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   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 mmDesignerUtilsClass
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim pAttributes As ESRI.ArcGIS.esriSystem.IPropertySet
Dim lWorkFunction As mmd8WorkFunction
Dim sWMSCode As System.String
Dim value As ID8EnumListItem
 
value = instance.FindNonGISCU(pWorkspace, pAttributes, lWorkFunction, sWMSCode)
public virtual ID8EnumListItem FindNonGISCU( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   ESRI.ArcGIS.esriSystem.IPropertySet pAttributes,
   mmd8WorkFunction lWorkFunction,
   System.string sWMSCode
)
public function FindNonGISCU( 
    pWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace;
    pAttributes: ESRI.ArcGIS.esriSystem.IPropertySet;
    lWorkFunction: mmd8WorkFunction;
    sWMSCode: System.String
): ID8EnumListItem; virtual; 
public function FindNonGISCU( 
   pWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace,
   pAttributes : ESRI.ArcGIS.esriSystem.IPropertySet,
   lWorkFunction : mmd8WorkFunction,
   sWMSCode : System.String
) : ID8EnumListItem;
public: virtual ID8EnumListItem* FindNonGISCU( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* pWorkspace,
   ESRI.ArcGIS.esriSystem.IPropertySet* pAttributes,
   mmd8WorkFunction lWorkFunction,
   System.string* sWMSCode
) 
public:
virtual ID8EnumListItem^ FindNonGISCU( 
   ESRI.ArcGIS.Geodatabase.IWorkspace^ pWorkspace,
   ESRI.ArcGIS.esriSystem.IPropertySet^ pAttributes,
   mmd8WorkFunction lWorkFunction,
   System.String^ sWMSCode
) 

Parameters

pWorkspace
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

mmDesignerUtilsClass Class
mmDesignerUtilsClass Members

Send Feedback