|
|
Converts the measurement to redlines. Then adds the redlines to the current saved viewpoint.
If there is no current saved viewpoint, then one is created.
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub AddRedlinesToCurrentSavedViewpoint |
| C# |
|---|
public void AddRedlinesToCurrentSavedViewpoint() |
| Visual C++ |
|---|
public: void AddRedlinesToCurrentSavedViewpoint() |
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | Cannot convert to Redlines |
| System..::..NotSupportedException | No active viewer |
| System..::..InvalidOperationException | Failed to add redlines to current saved viewpoint |