Revit 2025.3 API
Project |
Creates a copy of the ProjectPosition.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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