Click or drag to resize

LayerReference  Conversion (String to LayerReference)

Explicit conversion from string (layer name).

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static explicit operator LayerReference (
	string name
)

Parameters

name
Type: SystemString
The name of the layer to reference.

Return Value

Type: LayerReference

[Missing <returns> documentation for "M:Demo3D.Visuals.LayerReference.op_Explicit(System.String)~Demo3D.Visuals.LayerReference"]

See Also