Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
publicProjectPosition(
double ew,
double ns,
double elevation,
double angle
)
Parameters
ewDouble
East/West offset
nsDouble
North/South offset
elevationDouble
Elevation offset
angleDouble
Rotation from true north, in radians
Remarks
The angle parameter must be in the range of -PI to PI. If the parameter value is outside that range, it will be shifted by 2*PI until it falls into range.