ArcFM Responder Mobile Developer Guide
CurrentMapSheet Property (MMStandardMapBookClass)






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

MMStandardMapBookClass Class
MMStandardMapBookClass Members

Send Feedback