StyleBaseExportTo(Database, StyleConflictResolverType) Method |
Exports the current style to another drawing.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void ExportTo(
Database destinationDatabase,
StyleConflictResolverType conflictResolution
)
Public Sub ExportTo (
destinationDatabase As Database,
conflictResolution As StyleConflictResolverType
)
public:
void ExportTo(
Database^ destinationDatabase,
StyleConflictResolverType conflictResolution
)
Parameters
- destinationDatabase Database
- The destination database.
- conflictResolution StyleConflictResolverType
- Specifies how to resolve conflicts if the current style has the same name as a style in the destination database.
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the current style is in the same database as the destination database.
|
See Also