ArcFM Engine Developer Guide
DoesElementExist Method


Syntax
'Declaration
 
Public Shared Function DoesElementExist( _
   ByVal pGroupElement As ESRI.ArcGIS.Carto.IGroupElement, _
   ByVal sElementName As String _
) As Boolean
'Usage
 
Dim pGroupElement As ESRI.ArcGIS.Carto.IGroupElement
Dim sElementName As String
Dim value As Boolean
 
value = CommonModule.DoesElementExist(pGroupElement, sElementName)
public static bool DoesElementExist( 
   ESRI.ArcGIS.Carto.IGroupElement pGroupElement,
   string sElementName
)

Parameters

pGroupElement
sElementName
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

CommonModule Class
CommonModule Members

 

 


Send Comment