Search Results for

    Show / Hide Table of Contents

    Interface ISelectionPassManager

    Defines some common methods for work with selection pass

    Namespace:
    Assembly: .dll
    Syntax
    public interface ISelectionPassManager

    Methods

    tryDisableSelectionPassFor(Object target)

    Tries to disable selection pass for specified target. If it's already disabled does nothing

    Declaration
    public abstract void tryDisableSelectionPassFor(Object target)
    Parameters
    Type Name Description
    Object target

    Target object

    tryEnableSelectionPassFor(Object target)

    Tries to enable selection pass for specified target. If it's already enabled does nothing

    Declaration
    public abstract void tryEnableSelectionPassFor(Object target)
    Parameters
    Type Name Description
    Object target

    Target object

    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml