ArcFM Engine Developer Guide
CreateStoredDisplay Method (IMMStoredDisplayManager)


Syntax
'Declaration
 
Function CreateStoredDisplay( _
   ByVal pMap As ESRI.ArcGIS.Carto.IMap, _
   ByVal pSDName As IMMStoredDisplayName, _
   ByVal bAutoOverwrite As Boolean _
) As Boolean
'Usage
 
Dim instance As IMMStoredDisplayManager
Dim pMap As ESRI.ArcGIS.Carto.IMap
Dim pSDName As IMMStoredDisplayName
Dim bAutoOverwrite As Boolean
Dim value As Boolean
 
value = instance.CreateStoredDisplay(pMap, pSDName, bAutoOverwrite)
bool CreateStoredDisplay( 
   ESRI.ArcGIS.Carto.IMap pMap,
   IMMStoredDisplayName pSDName,
   bool bAutoOverwrite
)

Parameters

pMap
pSDName
bAutoOverwrite
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

IMMStoredDisplayManager Interface
IMMStoredDisplayManager Members

 

 


Send Comment