|
|
Filters the changes based on tablesName
Namespace: Autodesk.Navisworks.Api.Data
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Overridable Function Where ( _ tableNames As String _ ) As IEnumerable(Of DatabaseChange) |
| C# |
|---|
public virtual IEnumerable<DatabaseChange> Where( string tableNames ) |
| Visual C++ |
|---|
public: virtual IEnumerable<DatabaseChange^>^ Where( String^ tableNames ) |
Parameters
- tableNames
- Type: System..::..String
Which tables would be cared. support multi tables and use white space between table names, Like "ABC def".