ArcFM Responder Mobile Developer Guide
AutoAddToMapSetEnabled Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678277)>
Property AutoAddToMapSetEnabled As System.Boolean
'Usage
 
Dim instance As IMMOperateMapSheetFinder
Dim value As System.Boolean
 
instance.AutoAddToMapSetEnabled = value
 
value = instance.AutoAddToMapSetEnabled
[System.Runtime.InteropServices.DispId(1610678277)]
System.bool AutoAddToMapSetEnabled {get; set;}
read-write property AutoAddToMapSetEnabled: System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678277)
function get,set AutoAddToMapSetEnabled : System.boolean
[System.Runtime.InteropServices.DispId(1610678277)]
__property System.bool get_AutoAddToMapSetEnabled();
__property void set_AutoAddToMapSetEnabled( 
   System.bool value
);
[System.Runtime.InteropServices.DispId(1610678277)]
property System.bool AutoAddToMapSetEnabled {
   System.bool get();
   void set (    System.bool 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

IMMOperateMapSheetFinder Interface
IMMOperateMapSheetFinder Members

Send Feedback