ArcFM Responder Mobile Developer Guide
CurrentItem Property (MMDocumentManagerClass)






Syntax
'Declaration
 
Public Overridable Property CurrentItem As IMMStoredItem
'Usage
 
Dim instance As MMDocumentManagerClass
Dim value As IMMStoredItem
 
instance.CurrentItem = value
 
value = instance.CurrentItem
public virtual IMMStoredItem CurrentItem {get; set;}
public read-write property CurrentItem: IMMStoredItem; virtual; 
public function get,set CurrentItem : IMMStoredItem
public: __property virtual IMMStoredItem* get_CurrentItem();
public: __property virtual void set_CurrentItem( 
   IMMStoredItem* value
);
public:
virtual property IMMStoredItem^ CurrentItem {
   IMMStoredItem^ get();
   void set (    IMMStoredItem^ value);
}
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

MMDocumentManagerClass Class
MMDocumentManagerClass Members

Send Feedback