ArcFM Responder Mobile Developer Guide
CurrentMapSheet Property (IMMStandardMapBook)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610743822)>
Property CurrentMapSheet As IMMMapSheet
'Usage
 
Dim instance As IMMStandardMapBook
Dim value As IMMMapSheet
 
instance.CurrentMapSheet = value
 
value = instance.CurrentMapSheet
[System.Runtime.InteropServices.DispId(1610743822)]
IMMMapSheet CurrentMapSheet {get; set;}
read-write property CurrentMapSheet: IMMMapSheet; 
System.Runtime.InteropServices.DispIdAttribute(1610743822)
function get,set CurrentMapSheet : IMMMapSheet
[System.Runtime.InteropServices.DispId(1610743822)]
__property IMMMapSheet* get_CurrentMapSheet();
__property void set_CurrentMapSheet( 
   IMMMapSheet* value
);
[System.Runtime.InteropServices.DispId(1610743822)]
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

IMMStandardMapBook Interface
IMMStandardMapBook Members

Send Feedback