|
![]() |
Interface implemented by clash issues and groups and providing access to the properties which are common to both.
This allows groups and individual results to be processed in a generic manner without implementing separate methods for each.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
Visual Basic |
---|
Public Interface IClashResult |
C# |
---|
public interface IClashResult |
Visual C++ |
---|
public interface class IClashResult |
Remarks
ClashResult and ClashResultGroup define largely overlapping sets of properties. To assist developers in writing generic code, which should not need to check which of these two classes it is acting on, this interface is implemented by both classes.