ArcFM Responder Mobile Developer Guide
CostItemFavorite Property (IMMCostItemFavoriteList)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
ReadOnly Property CostItemFavorite( _
   ByVal Index As System.Integer _
) As IMMCostItemFavorite
'Usage
 
Dim instance As IMMCostItemFavoriteList
Dim Index As System.Integer
Dim value As IMMCostItemFavorite
 
value = instance.CostItemFavorite(Index)
[System.Runtime.InteropServices.DispId(1610678272)]
IMMCostItemFavorite CostItemFavorite( 
   System.int Index
) {get;}
read-only property CostItemFavorite( 
    Index: System.Integer
): IMMCostItemFavorite; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get CostItemFavorite( 
   Index : System.int
) : IMMCostItemFavorite
[System.Runtime.InteropServices.DispId(1610678272)]
__property IMMCostItemFavorite* get_CostItemFavorite( 
   System.int Index
);
[System.Runtime.InteropServices.DispId(1610678272)]
property IMMCostItemFavorite^ CostItemFavorite {
   IMMCostItemFavorite^ get(System.int Index);
}

Parameters

Index
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

IMMCostItemFavoriteList Interface
IMMCostItemFavoriteList Members

Send Feedback