|
![]() |
Sets the AssignedTo on an IClashResult stored in the document part.
if the result is a ClashResultGroup, then the AssignedTo field 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 TestsEditResultAssignedTo ( _ result As IClashResult, _ assignedTo As String _ ) |
C# |
---|
public void TestsEditResultAssignedTo( IClashResult result, string assignedTo ) |
Visual C++ |
---|
public: void TestsEditResultAssignedTo( IClashResult^ result, String^ assignedTo ) |
Parameters
- result
- Type: Autodesk.Navisworks.Api.Clash..::..IClashResult
The IClashResult to edit.
- assignedTo
- Type: System..::..String
The String value to represent who the result is assigned-to, or null for no assignee.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | An argument has been Disposed, or 'result' is not contained in the document part. |
System..::..ArgumentNullException | Result is null. |