Exemplo n.º 1
0
 /// <summary>Returns a string representation of this fields value for the given feature.</summary>
 /// <param name="feature">The feature to find the fields value for.</param>
 /// <returns>A string representation of this fields value for the given feature</returns>
 public string GetValueAsString(Feature feature)
 {
     return(MiApi.mitab_c_get_field_as_string(feature.Handle, this.Index));
 }