RAMP4 - v4.21.0
    Preparing search index...

    Interface DrawGraphicSettingsAttributes

    interface DrawGraphicSettingsAttributes {
        drawBuffer?: Partial<DrawBufferSettings>;
        drawIdentifyBufferMode?: DrawIdentifyBufferMode;
        drawMapLabels?: Partial<DrawMapLabelSettings>;
        drawStyle?: Partial<DrawStyleSettings>;
    }
    Index

    Properties

    drawBuffer?: Partial<DrawBufferSettings>
    drawIdentifyBufferMode?: DrawIdentifyBufferMode
    drawMapLabels?: Partial<DrawMapLabelSettings>
    drawStyle?: Partial<DrawStyleSettings>