Interface IDrawingLayerDefinition
Represents a layer definition based on a DWF-based drawing source
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IDrawingLayerDefinition : ISubLayerDefinition, INotifyPropertyChanged
Properties
| Improve this Doc View SourceLayerFilter
Gets or sets the layers to show from the specified sheet. Shows all layers if this is not specified
Declaration
string LayerFilter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaxScale
Gets or sets the zoomed out part of the scale range. Defaults to the application's maximum value if not specified. Exclusive
Declaration
double MaxScale { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MinScale
Gets or sets the zoomed in part of the scale range. Defaults to 0 if not specified. Inclusive
Declaration
double MinScale { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Sheet
Gets or sets the sheet of the DWF to user
Declaration
string Sheet { get; set; }
Property Value
Type | Description |
---|---|
System.String |