Search Results for

    Show / Hide Table of Contents

    Interface IFeatureSourceInfo

    Represents Feature Source information for a layer

    Namespace: OSGeo.MapGuide.ObjectModels.RuntimeMap
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IFeatureSourceInfo

    Properties

    | Improve this Doc View Source

    ClassName

    Gets the name of the feature class that the layer is rendered from

    Declaration
    string ClassName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Geometry

    Gets the name of the geometry property of the feature class that the layer is rendered from

    Declaration
    string Geometry { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ResourceID

    Gets the resource id of the Feature Source

    Declaration
    string ResourceID { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng