Click or drag to resize

LayerCopyAttributesFrom Method

Copy typical attributes from another layer

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void CopyAttributesFrom(
	Layer otherLayer
)

Parameters

otherLayer
Type: Rhino.DocObjectsLayer

[Missing <param name="otherLayer"/> documentation for "M:Rhino.DocObjects.Layer.CopyAttributesFrom(Rhino.DocObjects.Layer)"]

See Also