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.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.6.1067.0
Syntax
C#
public enum StyleConflictResolverType
VB
Public Enumeration StyleConflictResolverType
C++
public enum class StyleConflictResolverType
Members
Member name | Value | Description |
---|---|---|
Ignore | 0 | |
Rename | 1 | |
Override | 2 | |
CancelRemaining | 3 |