ArcFM Solution Developer Guide
GetNumWorkspaces Method (IMMWorkspaceManager)


Allows a propertyset to be passed in using IPropertySet

Allows options to be passed in using the mmWorkspaceOptions enumeration; options passed as Long

This method counts the number of workspaces.
Syntax
'Declaration
 
Function GetNumWorkspaces( _
   ByVal pPS As ESRI.ArcGIS.esriSystem.IPropertySet, _
   ByVal lOptions As Integer _
) As Integer
'Usage
 
Dim instance As IMMWorkspaceManager
Dim pPS As ESRI.ArcGIS.esriSystem.IPropertySet
Dim lOptions As Integer
Dim value As Integer
 
value = instance.GetNumWorkspaces(pPS, lOptions)
int GetNumWorkspaces( 
   ESRI.ArcGIS.esriSystem.IPropertySet pPS,
   int lOptions
)

Parameters

pPS
Allows a propertyset to be passed in using IPropertySet
lOptions

Allows options to be passed in using the mmWorkspaceOptions enumeration; options passed as Long

Return Value

Long
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

IMMWorkspaceManager Interface
IMMWorkspaceManager Members

 

 


Send Comment