LayerReference Class |
Namespace: Demo3D.Visuals
public class LayerReference : ICloneable
The LayerReference type exposes the following members.
| Name | Description | |
|---|---|---|
| LayerReference |
Constructor.
| |
| LayerReference(Layer) |
Constructor.
| |
| LayerReference(String) |
Constructor.
|
| Name | Description | |
|---|---|---|
| AsParent |
Whether the layer being referenced is the same as the parent visual's layer.
| |
| Name |
The name of the layer being referenced.
|
| Name | Description | |
|---|---|---|
| Clone |
Clones the LayerReference, returning the copy.
| |
| Equals |
Whether the specified layer reference references the same layer as this layer reference.
(Overrides ObjectEquals(Object).) | |
| GetHashCode |
Generates a hash code.
(Overrides ObjectGetHashCode.) | |
| Read | ||
| ToString |
String representation of the layer being referenced.
(Overrides ObjectToString.) | |
| Write |
| Name | Description | |
|---|---|---|
| Equality |
Whether the two specified layer references reference the same layer.
| |
| (Layer to LayerReference) |
Explicit conversion from a layer.
| |
| (String to LayerReference) |
Explicit conversion from string (layer name).
| |
| Inequality |
Whether the two specified layer references reference different layers.
|