Click or drag to resize

DimensionStyleDuplicate Method (String, Guid, Guid)

Construct a deep (full) copy of this object.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public DimensionStyle Duplicate(
	string newName,
	Guid newId,
	Guid newParentId
)

Parameters

newName
Type: SystemString

[Missing <param name="newName"/> documentation for "M:Rhino.DocObjects.DimensionStyle.Duplicate(System.String,System.Guid,System.Guid)"]

newId
Type: SystemGuid

[Missing <param name="newId"/> documentation for "M:Rhino.DocObjects.DimensionStyle.Duplicate(System.String,System.Guid,System.Guid)"]

newParentId
Type: SystemGuid

[Missing <param name="newParentId"/> documentation for "M:Rhino.DocObjects.DimensionStyle.Duplicate(System.String,System.Guid,System.Guid)"]

Return Value

Type: DimensionStyle
An object of the same type as this, with the same properties and behavior.
See Also