Click or drag to resize

DimensionStyleCopyFrom Method

Copy settings from source dimension style without changing the name, Id or index of this DimensionStyle.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void CopyFrom(
	DimensionStyle source
)

Parameters

source
Type: Rhino.DocObjectsDimensionStyle
DimensionStyle to copy settings from.
See Also