ArcFM Responder Mobile Developer Guide
ExtentRectangle Property






Gets a rectangle that encloses the incident.
Syntax
'Declaration
 
Public ReadOnly Property ExtentRectangle As ExtentRectangle
'Usage
 
Dim instance As FindIncidentExtentRequest
Dim value As ExtentRectangle
 
value = instance.ExtentRectangle
public ExtentRectangle ExtentRectangle {get;}
public read-only property ExtentRectangle: ExtentRectangle; 
public function get ExtentRectangle : ExtentRectangle
public: __property ExtentRectangle get_ExtentRectangle();
public:
property ExtentRectangle ExtentRectangle {
   ExtentRectangle 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