Exports the current style to another drawing.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
Parameters
- destinationDatabase
- Type: Database
The destination database.
- conflictResolution
- Type: Autodesk.Civil..::..StyleConflictResolverType
Specifies how to resolve conflicts if the current style has the same name as a style in the destination database.
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
Thrown when the current style is in the same database as the destination database.
|
See Also