ArcFM Responder Mobile Developer Guide
HasOverlaps Property (OutageAccumulator)






True if accumulator has two or more loadpoints which overlap
Syntax
'Declaration
 
Public Property HasOverlaps As System.Boolean
'Usage
 
Dim instance As OutageAccumulator
Dim value As System.Boolean
 
instance.HasOverlaps = value
 
value = instance.HasOverlaps
public System.bool HasOverlaps {get; set;}
public read-write property HasOverlaps: System.Boolean; 
public function get,set HasOverlaps : System.boolean
public: __property System.bool get_HasOverlaps();
public: __property void set_HasOverlaps( 
   System.bool value
);
public:
property System.bool HasOverlaps {
   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

OutageAccumulator Class
OutageAccumulator Members

Send Feedback