IGoLayerAbilities Interface Members
In This Topic
The following tables list the members exposed by IGoLayerAbilities.
Public Properties
| Name | Description |
![Property](template/packages/core-dotnet/images/Property.png) | AllowCopy |
Gets or sets whether the user can copy selected objects in this layer, document or view.
|
![Property](template/packages/core-dotnet/images/Property.png) | AllowDelete |
Gets or sets whether the user can delete selected objects in this layer, document or view.
|
![Property](template/packages/core-dotnet/images/Property.png) | AllowEdit |
Gets or sets whether the user can edit objects in this layer, document or view.
|
![Property](template/packages/core-dotnet/images/Property.png) | AllowInsert |
Gets or sets whether the user can insert objects in this layer, document or view.
|
![Property](template/packages/core-dotnet/images/Property.png) | AllowLink |
Gets or sets whether the user can link objects in this layer, document or view.
|
![Property](template/packages/core-dotnet/images/Property.png) | AllowMove |
Gets or sets whether the user can move selected objects in this layer, document or view.
|
![Property](template/packages/core-dotnet/images/Property.png) | AllowReshape |
Gets or sets whether the user can reshape resizable selected objects in this layer, document or view.
|
![Property](template/packages/core-dotnet/images/Property.png) | AllowResize |
Gets or sets whether the user can resize selected objects in this layer, document or view.
|
![Property](template/packages/core-dotnet/images/Property.png) | AllowSelect |
Gets or sets whether the user can select objects in this layer, document or view.
|
Top
Public Methods
| Name | Description |
![Method](template/packages/core-dotnet/images/Method.png) | CanCopyObjects |
Called to see if the user can copy selected objects in this layer, document or view.
|
![Method](template/packages/core-dotnet/images/Method.png) | CanDeleteObjects |
Called to see if the user can delete selected objects in this layer, document or view.
|
![Method](template/packages/core-dotnet/images/Method.png) | CanEditObjects |
Called to see if the user can edit objects in this layer, document or view.
|
![Method](template/packages/core-dotnet/images/Method.png) | CanInsertObjects |
Called to see if the user can insert objects in this layer, document or view.
|
![Method](template/packages/core-dotnet/images/Method.png) | CanLinkObjects |
Called to see if the user can link objects in this layer, document or view.
|
![Method](template/packages/core-dotnet/images/Method.png) | CanMoveObjects |
Called to see if the user can move selected objects in this layer, document or view.
|
![Method](template/packages/core-dotnet/images/Method.png) | CanReshapeObjects |
Called to see if the user can reshape resizable selected objects in this layer, document or view.
|
![Method](template/packages/core-dotnet/images/Method.png) | CanResizeObjects |
Called to see if the user can resize selected objects in this layer, document or view.
|
![Method](template/packages/core-dotnet/images/Method.png) | CanSelectObjects |
Called to see if the user can select objects in this layer, document or view.
|
![Method](template/packages/core-dotnet/images/Method.png) | SetModifiable | Set the AllowMove , AllowResize , AllowReshape , AllowDelete , AllowInsert , AllowLink , and AllowEdit properties. |
Top
See Also