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: 10.0.1111.0

Syntax

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

Members

Member nameValueDescription
CancelRemaining3
Rename1
Ignore0
Override2

See Also