GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoLayerAbilities Interface
Properties Methods

In This Topic
    IGoLayerAbilities Interface Members
    In This Topic

    The following tables list the members exposed by IGoLayerAbilities.

    Public Properties
     NameDescription
     Property Gets or sets whether the user can copy selected objects in this layer, document or view.  
     Property Gets or sets whether the user can delete selected objects in this layer, document or view.  
     Property Gets or sets whether the user can edit objects in this layer, document or view.  
     Property Gets or sets whether the user can insert objects in this layer, document or view.  
     Property Gets or sets whether the user can link objects in this layer, document or view.  
     Property Gets or sets whether the user can move selected objects in this layer, document or view.  
     Property Gets or sets whether the user can reshape resizable selected objects in this layer, document or view.  
     Property Gets or sets whether the user can resize selected objects in this layer, document or view.  
     Property Gets or sets whether the user can select objects in this layer, document or view.  
    Top
    Public Methods
     NameDescription
     Method Called to see if the user can copy selected objects in this layer, document or view.  
     Method Called to see if the user can delete selected objects in this layer, document or view.  
     Method Called to see if the user can edit objects in this layer, document or view.  
     Method Called to see if the user can insert objects in this layer, document or view.  
     Method Called to see if the user can link objects in this layer, document or view.  
     Method Called to see if the user can move selected objects in this layer, document or view.  
     Method Called to see if the user can reshape resizable selected objects in this layer, document or view.  
     Method Called to see if the user can resize selected objects in this layer, document or view.  
     Method Called to see if the user can select objects in this layer, document or view.  
     MethodSet the AllowMove, AllowResize, AllowReshape, AllowDelete, AllowInsert, AllowLink, and AllowEdit properties.  
    Top
    See Also