ArcFM Responder Mobile Developer Guide
AutoAddToMapSetVisible Property






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