|
![]() |
Maintains existing list as far as possible while
making sure that same rules exist as in source, with
rules not in source disabled.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Sub MergeInContents ( _ source As RuleCollection _ ) |
C# |
---|
public void MergeInContents( RuleCollection source ) |
Visual C++ |
---|
public: void MergeInContents( RuleCollection^ source ) |
Parameters
- source
- Type: Autodesk.Navisworks.Api..::..RuleCollection
Exceptions
Exception | Condition |
---|---|
System..::..ObjectDisposedException | Object has been Disposed |
System..::..NotSupportedException | Object is Read-Only |
System..::..ArgumentNullException | Argument 'source' is null |
System..::..ArgumentException | Argument 'source' has been Disposed |