ArcFM Engine Developer Guide
LoadFromWorkspace Method (IMMClassSubtypeUC)


Syntax
'Declaration
 
Sub LoadFromWorkspace( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal eClassType As mmClassType, _
   ByVal bIncludeNoneOption As Boolean, _
   Optional ByVal sModelName As String, _
   Optional ByVal sGeometryType As String _
) 
'Usage
 
Dim instance As IMMClassSubtypeUC
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim eClassType As mmClassType
Dim bIncludeNoneOption As Boolean
Dim sModelName As String
Dim sGeometryType As String
 
instance.LoadFromWorkspace(pWorkspace, eClassType, bIncludeNoneOption, sModelName, sGeometryType)
void LoadFromWorkspace( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   mmClassType eClassType,
   bool bIncludeNoneOption,
   string sModelName,
   string sGeometryType
)

Parameters

pWorkspace
eClassType
bIncludeNoneOption
sModelName
sGeometryType
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

IMMClassSubtypeUC Interface
IMMClassSubtypeUC Members

 

 


Send Comment