Share

StyleConflictResolverType Enumeration

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 nameValueDescription
Ignore0 
Rename1 
Override2 
CancelRemaining3 

See Also

Reference

Was this information helpful?