ArcFM Server Developer Guide
AddCostItem Method


Syntax
'Declaration
 
Sub AddCostItem( _
   ByVal pRow As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal pMMCostItemFavorite As IMMCostItemFavorite _
) 
'Usage
 
Dim instance As IMMExpressDesign
Dim pRow As ESRI.ArcGIS.Geodatabase.IRow
Dim pMMCostItemFavorite As IMMCostItemFavorite
 
instance.AddCostItem(pRow, pMMCostItemFavorite)
void AddCostItem( 
   ESRI.ArcGIS.Geodatabase.IRow pRow,
   IMMCostItemFavorite pMMCostItemFavorite
)

Parameters

pRow
pMMCostItemFavorite
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

IMMExpressDesign Interface
IMMExpressDesign Members

 

 


Send Comment