ArcFM Responder Mobile Developer Guide
ExtractElementSymbol Method (MMGraphicFavHelperClass)






Syntax
'Declaration
 
Public Overridable Function ExtractElementSymbol( _
   ByVal pInElement As ESRI.ArcGIS.Carto.IElement _
) As ESRI.ArcGIS.Display.ISymbol
'Usage
 
Dim instance As MMGraphicFavHelperClass
Dim pInElement As ESRI.ArcGIS.Carto.IElement
Dim value As ESRI.ArcGIS.Display.ISymbol
 
value = instance.ExtractElementSymbol(pInElement)
public virtual ESRI.ArcGIS.Display.ISymbol ExtractElementSymbol( 
   ESRI.ArcGIS.Carto.IElement pInElement
)
public function ExtractElementSymbol( 
    pInElement: ESRI.ArcGIS.Carto.IElement
): ESRI.ArcGIS.Display.ISymbol; virtual; 
public function ExtractElementSymbol( 
   pInElement : ESRI.ArcGIS.Carto.IElement
) : ESRI.ArcGIS.Display.ISymbol;
public: virtual ESRI.ArcGIS.Display.ISymbol* ExtractElementSymbol( 
   ESRI.ArcGIS.Carto.IElement* pInElement
) 
public:
virtual ESRI.ArcGIS.Display.ISymbol^ ExtractElementSymbol( 
   ESRI.ArcGIS.Carto.IElement^ pInElement
) 

Parameters

pInElement
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

MMGraphicFavHelperClass Class
MMGraphicFavHelperClass Members

Send Feedback