Exports the current style to another drawing.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public void ExportTo(
	Database destinationDatabase,
	StyleConflictResolverType conflictResolution
)
Visual Basic
Public Sub ExportTo ( _
	destinationDatabase As Database, _
	conflictResolution As StyleConflictResolverType _
)
Visual C++
public:
void ExportTo(
	Database^ destinationDatabase, 
	StyleConflictResolverType conflictResolution
)

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

ExceptionCondition
System..::..InvalidOperationException Thrown when the current style is in the same database as the destination database.

See Also