ArcFM Engine Developer Guide
LoadFromMap Method


Syntax
'Declaration
 
Sub LoadFromMap( _
   ByVal pMap As ESRI.ArcGIS.Carto.IMap, _
   ByVal eClassType As mmClassType, _
   ByVal bIncludeNoneOption As Boolean, _
   Optional ByVal sModelName As String, _
   Optional ByVal sGeometryType As String _
) 
'Usage
 
Dim instance As IMMClassSubtypeUC
Dim pMap As ESRI.ArcGIS.Carto.IMap
Dim eClassType As mmClassType
Dim bIncludeNoneOption As Boolean
Dim sModelName As String
Dim sGeometryType As String
 
instance.LoadFromMap(pMap, eClassType, bIncludeNoneOption, sModelName, sGeometryType)
void LoadFromMap( 
   ESRI.ArcGIS.Carto.IMap pMap,
   mmClassType eClassType,
   bool bIncludeNoneOption,
   string sModelName,
   string sGeometryType
)

Parameters

pMap
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