ArcFM Responder Mobile Developer Guide
HasExtent Property






Gets a value indicating if the incident has an extent.
Syntax
'Declaration
 
Public ReadOnly Property HasExtent As System.Boolean
'Usage
 
Dim instance As FindIncidentExtentRequest
Dim value As System.Boolean
 
value = instance.HasExtent
public System.bool HasExtent {get;}
public read-only property HasExtent: System.Boolean; 
public function get HasExtent : System.boolean
public: __property System.bool get_HasExtent();
public:
property System.bool HasExtent {
   System.bool get();
}
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

FindIncidentExtentRequest Class
FindIncidentExtentRequest Members

Send Feedback