|
![]() |
The ignore rules that effect the test.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property IgnoreRules As RuleCollection Get |
C# |
---|
public RuleCollection IgnoreRules { get; } |
Visual C++ |
---|
public: property RuleCollection^ IgnoreRules { RuleCollection^ get (); } |
Remarks
When changing the values inside this member of the clash-test, you may wish to manually set the test's Status to Old. This will indicate to the user and the application that the test needs re-running. For other properties of the clash-test this is handled automatically, but because this is a nested collection it would be complex to implement in this case.
Exceptions
Exception | Condition |
---|---|
System..::..ObjectDisposedException | Object has been Disposed |