2027 Method
Changes 0
M

Application.NewProjectPosition

Description:
Creates a new project position object.
Remarks:
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.
public ProjectPosition NewProjectPosition(
	double ew,
	double ns,
	double elevation,
	double angle
)
  • Double
    ew
    East to West offset in feet.
  • Double
    ns
    North to South offset in feet.
  • Double
    elevation
    Elevation above sea level in feet.
  • Double
    angle
    Rotation angle away from true north in the range of -PI to +PI.
Return Value ProjectPosition ProjectPosition