GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolContext Class / SingleSelection Property
In This Topic
    SingleSelection Property
    In This Topic
    Gets or sets whether the CurrentObject becomes the one and only selected object even if there are other already-selected objects.
    Syntax
    public virtual bool SingleSelection {get; set;}

    Property Value

    The default value is true.
    See Also