StyleBaseCopyAsSibling Method

Copy the current style and add it to the parent node as a sibling.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public virtual ObjectId CopyAsSibling(
	string styleName
)

Parameters

styleName  String
The name of the style.

Return Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the name is duplicate.
See Also