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.8.0.292
Syntax
public enum StyleConflictResolverType
Members
Member nameValueDescription
Ignore0 
Rename1 
Override2 
CancelRemaining3 
See Also