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

In This Topic
    IGoLayerCollectionContainer Interface Members
    In This Topic

    The following tables list the members exposed by IGoLayerCollectionContainer.

    Public Properties
     NameDescription
     Property Gets or sets whether the user can copy selected objects in this layer, document or view. (Inherited from Northwoods.Go.IGoLayerAbilities)
     Property Gets or sets whether the user can delete selected objects in this layer, document or view. (Inherited from Northwoods.Go.IGoLayerAbilities)
     Property Gets or sets whether the user can edit objects in this layer, document or view. (Inherited from Northwoods.Go.IGoLayerAbilities)
     Property Gets or sets whether the user can insert objects in this layer, document or view. (Inherited from Northwoods.Go.IGoLayerAbilities)
     Property Gets or sets whether the user can link objects in this layer, document or view. (Inherited from Northwoods.Go.IGoLayerAbilities)
     Property Gets or sets whether the user can move selected objects in this layer, document or view. (Inherited from Northwoods.Go.IGoLayerAbilities)
     Property Gets or sets whether the user can reshape resizable selected objects in this layer, document or view. (Inherited from Northwoods.Go.IGoLayerAbilities)
     Property Gets or sets whether the user can resize selected objects in this layer, document or view. (Inherited from Northwoods.Go.IGoLayerAbilities)
     Property Gets or sets whether the user can select objects in this layer, document or view. (Inherited from Northwoods.Go.IGoLayerAbilities)
     Property Gets the collection of layers.  
    Top
    Public Methods
     NameDescription
     Method Called to see if the user can copy selected objects in this layer, document or view. (Inherited from Northwoods.Go.IGoLayerAbilities)
     Method Called to see if the user can delete selected objects in this layer, document or view. (Inherited from Northwoods.Go.IGoLayerAbilities)
     Method Called to see if the user can edit objects in this layer, document or view. (Inherited from Northwoods.Go.IGoLayerAbilities)
     Method Called to see if the user can insert objects in this layer, document or view. (Inherited from Northwoods.Go.IGoLayerAbilities)
     Method Called to see if the user can link objects in this layer, document or view. (Inherited from Northwoods.Go.IGoLayerAbilities)
     Method Called to see if the user can move selected objects in this layer, document or view. (Inherited from Northwoods.Go.IGoLayerAbilities)
     Method Called to see if the user can reshape resizable selected objects in this layer, document or view. (Inherited from Northwoods.Go.IGoLayerAbilities)
     Method Called to see if the user can resize selected objects in this layer, document or view. (Inherited from Northwoods.Go.IGoLayerAbilities)
     Method Called to see if the user can select objects in this layer, document or view. (Inherited from Northwoods.Go.IGoLayerAbilities)
     Method This method is called when one of a document's or a view's layer collection, layer, or object is modified.  
     MethodSet the AllowMove, AllowResize, AllowReshape, AllowDelete, AllowInsert, AllowLink, and AllowEdit properties. (Inherited from Northwoods.Go.IGoLayerAbilities)
    Top
    See Also