ESRI.ArcGIS.Mobile
Extent Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > FeatureDataTable Class : Extent Property

Gets the FeatureDataTable spatial envelope if the table contains a Geometry column.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Extent As Envelope
C# 
public Envelope Extent {get;}

Remarks

If the table does not contain Geometry column the method returns null. It's possible to have a FeatureDataTable not to contain Geometry or FID column as users could get a FeatureDataTable from FeatureLayer by specifying the list of columns they want to retrieve (optional). Hence, do not always assume that a FeatureDataTable would carry a Geometry or FID column.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.