ArcFM Responder Mobile Developer Guide
GetStoredDisplayByName Method (IMMStoredDisplayManager)






Syntax
'Declaration
 
Function GetStoredDisplayByName( _
   ByVal pSDName As IMMStoredDisplayName _
) As IMMStoredDisplayName
'Usage
 
Dim instance As IMMStoredDisplayManager
Dim pSDName As IMMStoredDisplayName
Dim value As IMMStoredDisplayName
 
value = instance.GetStoredDisplayByName(pSDName)
function GetStoredDisplayByName( 
    pSDName: IMMStoredDisplayName
): IMMStoredDisplayName; 
function GetStoredDisplayByName( 
   pSDName : IMMStoredDisplayName
) : IMMStoredDisplayName;

Parameters

pSDName
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

IMMStoredDisplayManager Interface
IMMStoredDisplayManager Members

Send Feedback