Search Results for

    Show / Hide Table of Contents

    Interface IPointUsage

    Specifies how a symbol is used in the context of point features

    Inherited Members
    IUsageBase.AngleControl
    IUsageBase.Angle
    Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IPointUsage : IUsageBase

    Properties

    | Improve this Doc View Source

    OriginOffsetX

    Specifies the horizontal offset to apply to the symbol origin, in mm. This offset is applied before the symbol is scaled and rotated. Defaults to 0

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

    OriginOffsetY

    Specifies the vertical offset to apply to the symbol origin, in mm. This offset is applied before the symbol is scaled and rotated. Defaults to 0

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