GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayer Class / CanViewObjects Method
In This Topic
    CanViewObjects Method
    In This Topic
    Called to see if the user can see objects in this layer.
    Syntax
    public bool CanViewObjects()
    Remarks
    This just returns AllowView. This predicate is used by methods such as Paint.
    See Also