Application.NewProjectPosition
Public Class
Creates a new project position object.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ProjectPosition NewProjectPosition( double ew, double ns, double elevation, double angle)
Parameters
ewDouble
East to West offset in feet.
nsDouble
North to South offset in feet.
elevationDouble
Elevation above sea level in feet.
angleDouble
Rotation angle away from true north in the range of -PI to +PI.
Return Value
ProjectPositionRemarks
This object contains offset information and is used by the project location object for setting the project location relative to the site location. Measurements are in feet and radians.