ArcFM Responder Mobile Developer Guide
Features Property






Gets or sets the features to retrieve details
Syntax
'Declaration
 
Public Property Features As System.Collections.Generic.IEnumerable(Of GeoRowInfo)
'Usage
 
Dim instance As FindAllObjectsByFcidOidRequest
Dim value As System.Collections.Generic.IEnumerable(Of GeoRowInfo)
 
instance.Features = value
 
value = instance.Features
public System.Collections.Generic.IEnumerable<GeoRowInfo> Features {get; set;}
public read-write property Features: System.Collections.Generic.IEnumerable; 
public function get,set Features : System.Collections.Generic.IEnumerable
public: __property System.Collections.Generic.IEnumerable<GeoRowInfo*>* get_Features();
public: __property void set_Features( 
   System.Collections.Generic.IEnumerable<GeoRowInfo*>* value
);
public:
property System.Collections.Generic.IEnumerable<GeoRowInfo^>^ Features {
   System.Collections.Generic.IEnumerable<GeoRowInfo^>^ get();
   void set (    System.Collections.Generic.IEnumerable<GeoRowInfo^>^ 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

FindAllObjectsByFcidOidRequest Class
FindAllObjectsByFcidOidRequest Members

Send Feedback