示例#1
0
 /// <summary>
 /// Gets the name of the featureclass.
 /// </summary>
 /// <param name="layer">The IFeatureLayer</param>
 /// <returns>string name of the featureclass.</returns>
 public static string GetFeatureclassName(this IFeatureLayer layer)
 {
     return(layer.GetFeatureclassName(true));
 }