ArcFM Responder Mobile Developer Guide
ObjectIdCacheSize Property (CachingFeatureIdentificationProvider)






Gets or sets the size of the object id cache.
Syntax
'Declaration
 
Protected Overridable Property ObjectIdCacheSize As System.Integer
'Usage
 
Dim instance As CachingFeatureIdentificationProvider
Dim value As System.Integer
 
instance.ObjectIdCacheSize = value
 
value = instance.ObjectIdCacheSize
protected virtual System.int ObjectIdCacheSize {get; set;}
protected read-write property ObjectIdCacheSize: System.Integer; virtual; 
protected function get,set ObjectIdCacheSize : System.int
protected: __property virtual System.int get_ObjectIdCacheSize();
protected: __property virtual void set_ObjectIdCacheSize( 
   System.int value
);
protected:
virtual property System.int ObjectIdCacheSize {
   System.int get();
   void set (    System.int value);
}

Property Value

The size of the object id cache.
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

CachingFeatureIdentificationProvider Class
CachingFeatureIdentificationProvider Members

Send Feedback