ArcFM Engine Developer Guide
CreateFavorite Method (IMMFavoritesEditor)


Syntax
'Declaration
 
Sub CreateFavorite( _
   ByVal FeatureList As ID8List, _
   ByVal InsertionPoint As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal ParentNode As ID8List _
) 
'Usage
 
Dim instance As IMMFavoritesEditor
Dim FeatureList As ID8List
Dim InsertionPoint As ESRI.ArcGIS.Geometry.IPoint
Dim ParentNode As ID8List
 
instance.CreateFavorite(FeatureList, InsertionPoint, ParentNode)
void CreateFavorite( 
   ID8List FeatureList,
   ESRI.ArcGIS.Geometry.IPoint InsertionPoint,
   ID8List ParentNode
)

Parameters

FeatureList
InsertionPoint
ParentNode
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

IMMFavoritesEditor Interface
IMMFavoritesEditor Members

 

 


Send Comment