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.4.2516.0

Syntax

C#
public enum StyleConflictResolverType
Visual Basic
Public Enumeration StyleConflictResolverType
Visual C++
public enum class StyleConflictResolverType

Members

Member nameValueDescription
Ignore0
Rename1
Override2
CancelRemaining3

See Also