ArcFM Responder Mobile Developer Guide
AddSelGraphicToCat Method (IMMGraphicFavHelper)






Syntax
'Declaration
 
Function AddSelGraphicToCat( _
   ByVal pSelElement As ESRI.ArcGIS.Carto.IElement, _
   ByVal sNewFavName As System.String, _
   ByVal pAddToCat As ID8List _
) As IMMGraphicFavorite
'Usage
 
Dim instance As IMMGraphicFavHelper
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)
IMMGraphicFavorite AddSelGraphicToCat( 
   ESRI.ArcGIS.Carto.IElement pSelElement,
   System.string sNewFavName,
   ID8List pAddToCat
)
function AddSelGraphicToCat( 
    pSelElement: ESRI.ArcGIS.Carto.IElement;
    sNewFavName: System.String;
    pAddToCat: ID8List
): IMMGraphicFavorite; 
function AddSelGraphicToCat( 
   pSelElement : ESRI.ArcGIS.Carto.IElement,
   sNewFavName : System.String,
   pAddToCat : ID8List
) : IMMGraphicFavorite;
IMMGraphicFavorite* AddSelGraphicToCat( 
   ESRI.ArcGIS.Carto.IElement* pSelElement,
   System.string* sNewFavName,
   ID8List* pAddToCat
) 
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

IMMGraphicFavHelper Interface
IMMGraphicFavHelper Members

Send Feedback