ArcFM Responder Mobile Developer Guide
GeoRowInfo Property (IGeoRowRelation)






Returns the GeoRows describing the location of this object.
Syntax
'Declaration
 
ReadOnly Property GeoRowInfo As GeoRowInfo()
'Usage
 
Dim instance As IGeoRowRelation
Dim value() As GeoRowInfo
 
value = instance.GeoRowInfo
GeoRowInfo[] GeoRowInfo {get;}
read-only property GeoRowInfo: array of GeoRowInfo; 
function get GeoRowInfo : GeoRowInfo[]
__property GeoRowInfo*[]* get_GeoRowInfo();
property array<GeoRowInfo^>^ GeoRowInfo {
   array<GeoRowInfo^>^ 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

IGeoRowRelation Interface
IGeoRowRelation Members

Send Feedback