Application.NewProjectPosition
Method
Description:
Creates a new project position object.
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.
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.
Syntax
public ProjectPosition NewProjectPosition(
double ew,
double ns,
double elevation,
double angle
)