LayerFactory Class Members
In This Topic
The following tables list the members exposed by LayerFactory.
Public Properties
| Name | Description |
| Instance |
Gets the singleton instance for ILayerFactory
|
Top
Public Methods
| Name | Description |
| CanCopyLayer |
Gets if the the layer can be copied. This method must be called on the MCT. Use QueuedTask.Run.
|
| CanCreateLayer<T> |
Determines if a new Layer instance using the specified LayerCreationParams can be created and added to the specified container.
This method must be called on the MCT. Use QueuedTask.Run.
|
| CanCreateLayerFrom |
Indicates whether a layer can be created from an Item.
|
| CopyLayer |
Copy a layer. This method must be called on the MCT. Use QueuedTask.Run.
|
| CreateGroupLayer |
Create a group layer.
This method must be called on the MCT. Use QueuedTask.Run.
|
| CreateLayer | Overloaded. |
Top
See Also