StyleBaseCopyAsSibling Method |
Copy the current style and add it to the parent node as a sibling.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic virtual ObjectId CopyAsSibling(
string styleName
)
Public Overridable Function CopyAsSibling (
styleName As String
) As ObjectId
public:
virtual ObjectId CopyAsSibling(
String^ styleName
)
Parameters
- styleName String
- The name of the style.
Return Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the name is duplicate.
|
See Also