public static BacksightDataSet.LayerRow CreateLayerRow(BacksightDataSet ds) { LayerRow result = ds.Layer.NewLayerRow(); result.SetDefaultValues(); return(result); }
public LayerRowWrapper(LayerRow model) : base(model) { }