<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Retrieve the FeatureClass name in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-the-featureclass-name/m-p/610951#M15673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you will be using FeatureLayer, when the layer is Initialized you can retrieve the LayerInfo.Name. I think this is the same name as your FeatureClass. Alternatively, you can parse Json string that looks like this &lt;/SPAN&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/FeatureServer/0?f=json"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/FeatureServer/0?f=json&lt;/A&gt;&lt;SPAN&gt; if you append "?f=json" to your service URL. Look for "name" here.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Feb 2011 23:24:30 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2011-02-04T23:24:30Z</dc:date>
    <item>
      <title>Retrieve the FeatureClass name</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-the-featureclass-name/m-p/610948#M15670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a situation where I need to get the underlying FeatureClass name from a layer in my mapservice - not the layer name the actual FeatureClass name.&amp;nbsp; Is this possible?&amp;nbsp; If so, is there an example?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the basic problem: I have a desktop application and I need to replicate the basic functionality on the web.&amp;nbsp; The desktop app uses a combination of the FeatureClass name (i.e. GAS_MAINS) and a unique identifier for each feature (i.e. IPID) to lookup documents associated to the feature.&amp;nbsp; All documents associated with a utility feature (e.g. gas mains, gas valves, water mains, water services, etc.) in the system are stored in this manner.&amp;nbsp; This makes it easy to find documents for a variety of features all at one time.&amp;nbsp; It also allows us to easily store mulitple documents for a feature.&amp;nbsp; However, I can't seem to get back to the FeatureClass name from inside an ArcGIS Server application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 18:09:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-the-featureclass-name/m-p/610948#M15670</guid>
      <dc:creator>BryanLynn</dc:creator>
      <dc:date>2010-08-17T18:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve the FeatureClass name</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-the-featureclass-name/m-p/610949#M15671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Bryan, did you ever find a way to figure out the FC name of a layer (thru the SOAP API)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 06:26:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-the-featureclass-name/m-p/610949#M15671</guid>
      <dc:creator>HeikoHeijenga</dc:creator>
      <dc:date>2010-09-01T06:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve the FeatureClass name</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-the-featureclass-name/m-p/610950#M15672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to be able to do this, too.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 21:39:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-the-featureclass-name/m-p/610950#M15672</guid>
      <dc:creator>AndrewWhite</dc:creator>
      <dc:date>2011-02-04T21:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve the FeatureClass name</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-the-featureclass-name/m-p/610951#M15673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you will be using FeatureLayer, when the layer is Initialized you can retrieve the LayerInfo.Name. I think this is the same name as your FeatureClass. Alternatively, you can parse Json string that looks like this &lt;/SPAN&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/FeatureServer/0?f=json"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/FeatureServer/0?f=json&lt;/A&gt;&lt;SPAN&gt; if you append "?f=json" to your service URL. Look for "name" here.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 23:24:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-the-featureclass-name/m-p/610951#M15673</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-02-04T23:24:30Z</dc:date>
    </item>
  </channel>
</rss>

