Removes the TimelinerDataSource from the DocumentTimeliner document part with the name specified.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Sub DataSourceRemoveByDisplayName ( _
named As String _
) |
| C# |
|---|
public void DataSourceRemoveByDisplayName(
string named
) |
| Visual C++ |
|---|
public:
void DataSourceRemoveByDisplayName(
String^ named
) |
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
A TimelinerDataSource with DisplayName of named does not exist within the DocumentTimeliner document part.
|
See Also