ArcFM Responder Mobile Developer Guide
ShowLines Property (MMContentsView)






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

MMContentsView Interface
MMContentsView Members

Send Feedback