ArcFM Responder Mobile Developer Guide
StandardName Method (IMMContentsViewHelper)






Syntax
'Declaration
 
Function StandardName( _
   ByVal pContentsView As ESRI.ArcGIS.ArcMapUI.IContentsView _
) As System.String
'Usage
 
Dim instance As IMMContentsViewHelper
Dim pContentsView As ESRI.ArcGIS.ArcMapUI.IContentsView
Dim value As System.String
 
value = instance.StandardName(pContentsView)
System.string StandardName( 
   ESRI.ArcGIS.ArcMapUI.IContentsView pContentsView
)
function StandardName( 
    pContentsView: ESRI.ArcGIS.ArcMapUI.IContentsView
): System.String; 
function StandardName( 
   pContentsView : ESRI.ArcGIS.ArcMapUI.IContentsView
) : System.String;
System.string* StandardName( 
   ESRI.ArcGIS.ArcMapUI.IContentsView* pContentsView
) 
System.String^ StandardName( 
   ESRI.ArcGIS.ArcMapUI.IContentsView^ pContentsView
) 

Parameters

pContentsView
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

IMMContentsViewHelper Interface
IMMContentsViewHelper Members

Send Feedback