ArcFM Solution Developer Guide
RenameStoredDisplay Method (MMStoredDisplayManagerClass)


Syntax
'Declaration
 
Public Overridable Function RenameStoredDisplay( _
   ByVal pSDName As IMMStoredDisplayName, _
   ByVal bstrNewName As System.String, _
   ByVal bAutoOverwrite As System.Boolean _
) As System.Boolean
'Usage
 
Dim instance As MMStoredDisplayManagerClass
Dim pSDName As IMMStoredDisplayName
Dim bstrNewName As System.String
Dim bAutoOverwrite As System.Boolean
Dim value As System.Boolean
 
value = instance.RenameStoredDisplay(pSDName, bstrNewName, bAutoOverwrite)
public virtual System.bool RenameStoredDisplay( 
   IMMStoredDisplayName pSDName,
   System.string bstrNewName,
   System.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

MMStoredDisplayManagerClass Class
MMStoredDisplayManagerClass Members

 

 


Send Comment