ArcFM Engine Developer Guide
RenameStoredDisplay Method (IMMStoredDisplayManager)


Syntax
'Declaration
 
Function RenameStoredDisplay( _
   ByVal pSDName As IMMStoredDisplayName, _
   ByVal bstrNewName As String, _
   ByVal bAutoOverwrite As Boolean _
) As Boolean
'Usage
 
Dim instance As IMMStoredDisplayManager
Dim pSDName As IMMStoredDisplayName
Dim bstrNewName As String
Dim bAutoOverwrite As Boolean
Dim value As Boolean
 
value = instance.RenameStoredDisplay(pSDName, bstrNewName, bAutoOverwrite)
bool RenameStoredDisplay( 
   IMMStoredDisplayName pSDName,
   string bstrNewName,
   bool bAutoOverwrite
)

Parameters

pSDName
bstrNewName
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