ArcFM Solution 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
)

Parameters

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

IMMDesignerUtilities Interface
IMMDesignerUtilities Members

 

 


Send Comment