ArcFM Responder Mobile Developer Guide
StandardName Method (mmContentsViewHelperClass)






Syntax
'Declaration
 
Public Overridable Function StandardName( _
   ByVal pContentsView As ESRI.ArcGIS.ArcMapUI.IContentsView _
) As System.String
'Usage
 
Dim instance As mmContentsViewHelperClass
Dim pContentsView As ESRI.ArcGIS.ArcMapUI.IContentsView
Dim value As System.String
 
value = instance.StandardName(pContentsView)
public virtual System.string StandardName( 
   ESRI.ArcGIS.ArcMapUI.IContentsView pContentsView
)
public function StandardName( 
    pContentsView: ESRI.ArcGIS.ArcMapUI.IContentsView
): System.String; virtual; 
public function StandardName( 
   pContentsView : ESRI.ArcGIS.ArcMapUI.IContentsView
) : System.String;
public: virtual System.string* StandardName( 
   ESRI.ArcGIS.ArcMapUI.IContentsView* pContentsView
) 
public:
virtual 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

mmContentsViewHelperClass Class
mmContentsViewHelperClass Members

Send Feedback