|
|
Sets the Comments on an IClashResult stored in the document part.
if the result is a ClashResultGroup, then the comments are separate from those on its children.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Sub TestsEditResultComments ( _ result As IClashResult, _ comments As CommentCollection _ ) |
| C# |
|---|
public void TestsEditResultComments( IClashResult result, CommentCollection comments ) |
| Visual C++ |
|---|
public: void TestsEditResultComments( IClashResult^ result, CommentCollection^ comments ) |
Parameters
- result
- Type: Autodesk.Navisworks.Api.Clash..::..IClashResult
The IClashResult to edit.
- comments
- Type: Autodesk.Navisworks.Api..::..CommentCollection
The CommentCollection value to set as the result's comments.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | An argument has been Disposed, or 'result' is not contained in the document part. |
| System..::..ArgumentNullException | An argument is null. |