Reset shared coordinates for the host model/file.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public void ResetSharedCoordinates()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | This Document is not a primary document, it is a linked document. -or- This Document is not a project document. -or- This Document is in an edit mode. |
ModificationForbiddenException | The document is in failure mode: an operation has failed, and Revit requires the user to either cancel the operation or fix the problem (usually by deleting certain elements). -or- The document is being loaded, or is in the midst of another sensitive process. |
ModificationOutsideTransactionException | The document has no open transaction. |