ArcFM Engine Developer Guide
AddSelGraphicToCat Method (MMGraphicFavHelperClass)


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

Parameters

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

MMGraphicFavHelperClass Class
MMGraphicFavHelperClass Members

 

 


Send Comment