GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / EditObject Method
In This Topic
    EditObject Method
    In This Topic
    Begin having the user edit an object.
    Syntax
    public virtual void EditObject( 
       GoObject obj
    )

    Parameters

    obj
    Remarks
    This method does nothing if CanEditObjects is false or if obj's GoObject.CanEdit property is false.
    See Also