GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSelection Class / Select Method
In This Topic
    Select Method
    In This Topic
    Make the given object the one and only selected object.
    Syntax
    public virtual GoObject Select( 
       GoObject obj
    )

    Parameters

    obj

    Return Value

    Remarks
    This will clear any existing selection and then add the single given object.
    See Also