<code> feature = fc.CreateFeature(); feature.Shape = point; feature.set_Value(feature.Fields.FindField("Name"), o.Name); feature.Store();