Revit 2026 API
Project |
Creates a copy of the ProjectPosition.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ProjectPosition( ProjectPosition other )
Public Sub New ( other As ProjectPosition )
public: ProjectPosition( ProjectPosition^ other )
new : other : ProjectPosition -> ProjectPosition
Parameters
- other ProjectPosition
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also