ArcFM Responder Mobile Developer Guide
LoadFromWorkspace Method (IMMClassSubtypeUC)






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

Parameters

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

IMMClassSubtypeUC Interface
IMMClassSubtypeUC Members

Send Feedback