IGoLayerCollectionContainer Interface Members
In This Topic
The following tables list the members exposed by IGoLayerCollectionContainer.
Public Properties
Public Methods
| Name | Description |
| CanCopyObjects |
Called to see if the user can copy selected objects in this layer, document or view.
(Inherited from Northwoods.Go.IGoLayerAbilities) |
| CanDeleteObjects |
Called to see if the user can delete selected objects in this layer, document or view.
(Inherited from Northwoods.Go.IGoLayerAbilities) |
| CanEditObjects |
Called to see if the user can edit objects in this layer, document or view.
(Inherited from Northwoods.Go.IGoLayerAbilities) |
| CanInsertObjects |
Called to see if the user can insert objects in this layer, document or view.
(Inherited from Northwoods.Go.IGoLayerAbilities) |
| CanLinkObjects |
Called to see if the user can link objects in this layer, document or view.
(Inherited from Northwoods.Go.IGoLayerAbilities) |
| CanMoveObjects |
Called to see if the user can move selected objects in this layer, document or view.
(Inherited from Northwoods.Go.IGoLayerAbilities) |
| CanReshapeObjects |
Called to see if the user can reshape resizable selected objects in this layer, document or view.
(Inherited from Northwoods.Go.IGoLayerAbilities) |
| CanResizeObjects |
Called to see if the user can resize selected objects in this layer, document or view.
(Inherited from Northwoods.Go.IGoLayerAbilities) |
| CanSelectObjects |
Called to see if the user can select objects in this layer, document or view.
(Inherited from Northwoods.Go.IGoLayerAbilities) |
| RaiseChanged |
This method is called when one of a document's or a view's
layer collection, layer, or object is modified.
|
| SetModifiable | Set the AllowMove , AllowResize , AllowReshape , AllowDelete , AllowInsert , AllowLink , and AllowEdit properties. (Inherited from Northwoods.Go.IGoLayerAbilities) |
Top
See Also