Missing DisplayExpression method in MapLayer Class in SDK 3.1 for Windows Mobile

1507
2
05-07-2014 01:49 AM
AndreaV
New Contributor III
Hi,
we are migrating an application from ArcGIS Windows Mobile 10.0 to ArcGIS Runtime 3.1 for Windows Mobile.
We use a method 'DisplayExpression' to limit feature class visibility on a map, but it's missing on new SDK MapLayer Class.
Is there a way to obtain same functionality at runtime with new versione of SDK ?

Regards,
Andrea
0 Kudos
2 Replies
AkhilParujanwala
New Contributor III
Hi,

I personally still use the 10.0 SDK.
I had a look at the latest SDK because I also use the DisplayExpression object.


In this link, click on Index, then Find (CTRL + F), type DisplayExpression, you will see that the property is within the MobileCacheMapLayerDefinition object.
http://resources.arcgis.com/en/help/windows-mobile-sdk/3.1/apiref/index.html

If you don't mind, once you do get it to work, please share the code for others.

I hope this helps.
0 Kudos
AndreaV
New Contributor III
Very helpful, we will try to implement via that object.
many thanks


Hi,

I personally still use the 10.0 SDK.
I had a look at the latest SDK because I also use the DisplayExpression object.


In this link, click on Index, then Find (CTRL + F), type DisplayExpression, you will see that the property is within the MobileCacheMapLayerDefinition object.
http://resources.arcgis.com/en/help/windows-mobile-sdk/3.1/apiref/index.html

If you don't mind, once you do get it to work, please share the code for others.

I hope this helps.
0 Kudos