ArcFM Engine Developer Guide
CreateCompositeFavorite Method


Syntax
'Declaration
 
Sub CreateCompositeFavorite( _
   ByVal FeatureList As ID8List, _
   ByVal InsertionPoint As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal ParentNode As ID8List _
) 
'Usage
 
Dim instance As IMMCompositeFavoritesEditor
Dim FeatureList As ID8List
Dim InsertionPoint As ESRI.ArcGIS.Geometry.IPoint
Dim ParentNode As ID8List
 
instance.CreateCompositeFavorite(FeatureList, InsertionPoint, ParentNode)
void CreateCompositeFavorite( 
   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

IMMCompositeFavoritesEditor Interface
IMMCompositeFavoritesEditor Members

 

 


Send Comment