Interface ICloneableLayerElement<T>
Represents elements that can create clones of themselves
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ICloneableLayerElement<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
| Improve this Doc View SourceClone()
Clones this instance.
Declaration
T Clone()
Returns
| Type | Description |
|---|---|
| T |