Construct a new ProjectPosition with the specified
East/West offset, North/South offset, elevation offset,
and angle of rotation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
C# |
---|
public ProjectPosition(
double ew,
double ns,
double elevation,
double angle
) |
Visual Basic |
---|
Public Sub New ( _
ew As Double, _
ns As Double, _
elevation As Double, _
angle As Double _
) |
Visual C++ |
---|
public:
ProjectPosition(
double ew,
double ns,
double elevation,
double angle
) |
Parameters
- ew
- Type: System..::..Double
East/West offset
- ns
- Type: System..::..Double
North/South offset
- elevation
- Type: System..::..Double
Elevation offset
- angle
- Type: System..::..Double
Rotation from true north, in radians
Remarks
See Also