| Revit Preview Release API |
| IDuplicateTypeNamesHandler..::..OnDuplicateTypeNamesFound Method |
| IDuplicateTypeNamesHandler Interface See Also |
Called when the destination document contains types with the same names as the types being copied.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2014
Syntax
| C# |
|---|
DuplicateTypeAction OnDuplicateTypeNamesFound( DuplicateTypeNamesHandlerArgs args ) |
| Visual Basic |
|---|
Function OnDuplicateTypeNamesFound ( _ args As DuplicateTypeNamesHandlerArgs _ ) As DuplicateTypeAction |
| Visual C++ |
|---|
DuplicateTypeAction OnDuplicateTypeNamesFound( DuplicateTypeNamesHandlerArgs^ args ) |
Parameters
- args
- Type: Autodesk.Revit.DB..::..DuplicateTypeNamesHandlerArgs
The information about the types with duplicate names.