public void OnCreate(Carto.IMap map) { _map = map; foreach (IDatasetElement element in map.MapElements) { if (element.ID == _joinLayerId && element is IFeatureLayer) { _joinLayer = (IFeatureLayer)element; } } }
public void OnCreate(Carto.IMap map) { }