LayerFactory Class Members
In This Topic
The following tables list the members exposed by LayerFactory.
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | Instance |
Gets the singleton instance for ILayerFactory
|
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CanCopyLayer |
Gets if the the layer can be copied. This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CanCreateLayerFrom |
Indicates whether a layer can be created from an Item.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CopyLayer |
Copy a layer. This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CreateGroupLayer |
Create a group layer.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CreateLayer | Overloaded. |
Top
See Also