ArcFM Responder Mobile Developer Guide
ObjectIdCache Property






Gets the object identifier cache.
Syntax
'Declaration
 
Protected ReadOnly Property ObjectIdCache As IMapperCaching(Of GlobalObjectId,FeatureID)
'Usage
 
Dim instance As CachingFeatureIdentificationProvider
Dim value As IMapperCaching(Of GlobalObjectId,FeatureID)
 
value = instance.ObjectIdCache
protected IMapperCaching<GlobalObjectId,FeatureID> ObjectIdCache {get;}
protected read-only property ObjectIdCache: IMapperCaching; 
protected function get ObjectIdCache : IMapperCaching
protected: __property IMapperCaching<GlobalObjectId,FeatureID*>* get_ObjectIdCache();

Property Value

The object identifier 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