Specifies how to resolve conflicts (the same name for an existing style and a new imported style) when exporting styles to another drawing using StyleBase::ExportTo().
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public enum StyleConflictResolverType |
Visual Basic |
---|
Public Enumeration StyleConflictResolverType |
Visual C++ |
---|
public enum class StyleConflictResolverType |
Members
Member name | Value | Description | |
---|---|---|---|
Ignore | 0 | ||
Rename | 1 | ||
Override | 2 | ||
CancelRemaining | 3 |