Search Results for

    Show / Hide Table of Contents

    Interface IDrawingSource

    A DWF-based Drawing Source

    Inherited Members
    IResource.ValidatingSchema
    IResource.ResourceID
    IResource.ResourceType
    IResource.Serialize()
    IResource.IsStronglyTyped
    IVersionedEntity.ResourceVersion
    System.ICloneable.Clone()
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.DrawingSource
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IDrawingSource : IResource, IVersionedEntity, ICloneable, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    CoordinateSpace

    Gets or sets the coordinate space.

    Declaration
    string CoordinateSpace { get; set; }
    Property Value
    Type Description
    System.String

    The coordinate space.

    | Improve this Doc View Source

    Sheet

    Gets the sheets.

    Declaration
    IEnumerable<IDrawingSourceSheet> Sheet { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IDrawingSourceSheet>

    The sheets.

    | Improve this Doc View Source

    SourceName

    Gets or sets the name of the source (dwf file).

    Declaration
    string SourceName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the source.

    Methods

    | Improve this Doc View Source

    AddSheet(IDrawingSourceSheet)

    Adds the sheet.

    Declaration
    void AddSheet(IDrawingSourceSheet sheet)
    Parameters
    Type Name Description
    IDrawingSourceSheet sheet

    The sheet.

    | Improve this Doc View Source

    CreateSheet(String, Double, Double, Double, Double)

    Creates the sheet.

    Declaration
    IDrawingSourceSheet CreateSheet(string name, double minx, double miny, double maxx, double maxy)
    Parameters
    Type Name Description
    System.String name

    The name.

    System.Double minx

    The minx.

    System.Double miny

    The miny.

    System.Double maxx

    The maxx.

    System.Double maxy

    The maxy.

    Returns
    Type Description
    IDrawingSourceSheet
    | Improve this Doc View Source

    RemoveAllSheets()

    Removes all sheets.

    Declaration
    void RemoveAllSheets()
    | Improve this Doc View Source

    RemoveSheet(IDrawingSourceSheet)

    Removes the sheet.

    Declaration
    void RemoveSheet(IDrawingSourceSheet sheet)
    Parameters
    Type Name Description
    IDrawingSourceSheet sheet

    The sheet.

    Extension Methods

    ExtensionMethods.CopyResourceDataTo(IResource, IServerConnection, IResource)
    ExtensionMethods.CopyResourceDataTo(IResource, IServerConnection, String)
    ExtensionMethods.RegenerateSheetList(IDrawingSource, IServerConnection)
    ExtensionMethods.UpdateExtents(IDrawingSource, IServerConnection)
    ResourceExtensions.SerializeToStream(IResource)
    ResourceExtensions.GetResourceTypeDescriptor(IResource)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng