ArcFM Responder Mobile Developer Guide
AddSelGraphicToCat Method (MMGraphicFavHelperClass)






Syntax
'Declaration
 
Public Overridable Function AddSelGraphicToCat( _
   ByVal pSelElement As ESRI.ArcGIS.Carto.IElement, _
   ByVal sNewFavName As System.String, _
   ByVal pAddToCat As ID8List _
) As IMMGraphicFavorite
'Usage
 
Dim instance As MMGraphicFavHelperClass
Dim pSelElement As ESRI.ArcGIS.Carto.IElement
Dim sNewFavName As System.String
Dim pAddToCat As ID8List
Dim value As IMMGraphicFavorite
 
value = instance.AddSelGraphicToCat(pSelElement, sNewFavName, pAddToCat)
public virtual IMMGraphicFavorite AddSelGraphicToCat( 
   ESRI.ArcGIS.Carto.IElement pSelElement,
   System.string sNewFavName,
   ID8List pAddToCat
)
public function AddSelGraphicToCat( 
    pSelElement: ESRI.ArcGIS.Carto.IElement;
    sNewFavName: System.String;
    pAddToCat: ID8List
): IMMGraphicFavorite; virtual; 
public function AddSelGraphicToCat( 
   pSelElement : ESRI.ArcGIS.Carto.IElement,
   sNewFavName : System.String,
   pAddToCat : ID8List
) : IMMGraphicFavorite;
public: virtual IMMGraphicFavorite* AddSelGraphicToCat( 
   ESRI.ArcGIS.Carto.IElement* pSelElement,
   System.string* sNewFavName,
   ID8List* pAddToCat
) 
public:
virtual IMMGraphicFavorite^ AddSelGraphicToCat( 
   ESRI.ArcGIS.Carto.IElement^ pSelElement,
   System.String^ sNewFavName,
   ID8List^ pAddToCat
) 

Parameters

pSelElement
sNewFavName
pAddToCat
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