|
|
Specifies parts of a IClashResult
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration ClashResultParts |
| C# |
|---|
[FlagsAttribute] public enum ClashResultParts |
| Visual C++ |
|---|
[FlagsAttribute] public enum class ClashResultParts |
Members
| Member name | Description | |
|---|---|---|
| Status |
Result status
| |
| Description |
Result description
| |
| Distance |
Result distance
| |
| CreatedTime |
Created time
| |
| ApprovedTime |
Approved time
| |
| ApprovedBy |
Who approved this result
| |
| AssignedTo |
Who is this result assigned to?
| |
| BoundingBox |
Bounding box
| |
| Center |
Center of issue
| |
| Viewpoint |
Viewpoint set for viewing result
| |
| Redlines |
Redline annotations set on result
|
Remarks
When an edit occurs which changes only some properties on a ClashResult or ClashResultGroup then the Changed event fired has a Action of type "Edit" and EditedParts set with bitwise flags indicating which properties were changed. Where these parts are in the result (rather than its base class: SavedItem), the flags will come from this enumeration.