|
|
Sets the CreatedTime on an IClashResult stored in the document part.
if the result is a ClashResultGroup, then the created time will be set individually on all its children.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Sub TestsEditResultCreatedTime ( _ result As IClashResult, _ createdTime As DateTime _ ) |
| C# |
|---|
public void TestsEditResultCreatedTime( IClashResult result, DateTime createdTime ) |
| Visual C++ |
|---|
public: void TestsEditResultCreatedTime( IClashResult^ result, DateTime createdTime ) |
Parameters
- result
- Type: Autodesk.Navisworks.Api.Clash..::..IClashResult
The IClashResult to edit.
- createdTime
- Type: System..::..DateTime
The DateTime value to set into the result's CreatedTime.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | An argument has been Disposed, or 'result' is not contained in the document part. |
| System..::..ArgumentNullException | Result is null. |