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.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic enum StyleConflictResolverType
Public Enumeration StyleConflictResolverType
public enum class StyleConflictResolverType
MembersMember name | Value | Description |
---|
Ignore | 0 | |
Rename | 1 | |
Override | 2 | |
CancelRemaining | 3 | |
See Also