Interface IDrawingSourceSheet
Represents a sheet (DWF section)
Namespace: OSGeo.MapGuide.ObjectModels.DrawingSource
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IDrawingSourceSheet
Properties
| Improve this Doc View SourceExtent
Gets or sets the extent.
Declaration
IEnvelope Extent { get; set; }
Property Value
Type | Description |
---|---|
IEnvelope | The extent. |
Name
Gets or sets the name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |