The following tables list the members exposed by IGoLayerAbilities.
Public Properties
| Name | Description |
 | AllowCopy | Gets or sets whether the user can copy selected objects in this layer, document or view. |
 | AllowDelete | Gets or sets whether the user can delete selected objects in this layer, document or view. |
 | AllowEdit | Gets or sets whether the user can edit objects in this layer, document or view. |
 | AllowInsert | Gets or sets whether the user can insert objects in this layer, document or view. |
 | AllowLink | Gets or sets whether the user can link objects in this layer, document or view. |
 | AllowMove | Gets or sets whether the user can move selected objects in this layer, document or view. |
 | AllowReshape | Gets or sets whether the user can reshape resizable selected objects in this layer, document or view. |
 | AllowResize | Gets or sets whether the user can resize selected objects in this layer, document or view. |
 | AllowSelect | Gets or sets whether the user can select objects in this layer, document or view. |
Top
Public Methods
| Name | Description |
 | CanCopyObjects | Called to see if the user can copy selected objects in this layer, document or view. |
 | CanDeleteObjects | Called to see if the user can delete selected objects in this layer, document or view. |
 | CanEditObjects | Called to see if the user can edit objects in this layer, document or view. |
 | CanInsertObjects | Called to see if the user can insert objects in this layer, document or view. |
 | CanLinkObjects | Called to see if the user can link objects in this layer, document or view. |
 | CanMoveObjects | Called to see if the user can move selected objects in this layer, document or view. |
 | CanReshapeObjects | Called to see if the user can reshape resizable selected objects in this layer, document or view. |
 | CanResizeObjects | Called to see if the user can resize selected objects in this layer, document or view. |
 | CanSelectObjects | Called to see if the user can select objects in this layer, document or view. |
 | SetModifiable | Set the AllowMove , AllowResize , AllowReshape , AllowDelete , AllowInsert , AllowLink , and AllowEdit properties. |
Top
See Also