ImageInstanceSetLocation Method |
Moves the ImageInstance to the specified location
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetLocation(
XYZ newLocation,
BoxPlacement placementPoint
)
Public Sub SetLocation (
newLocation As XYZ,
placementPoint As BoxPlacement
)
public:
void SetLocation(
XYZ^ newLocation,
BoxPlacement placementPoint
)
member SetLocation :
newLocation : XYZ *
placementPoint : BoxPlacement -> unit
Parameters
- newLocation XYZ
-
The new location of the specified point
- placementPoint BoxPlacement
-
The placementPoint specifies which point of the ImageInstance should be placed at the given location.
Exceptions
See Also