RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ImageInstance

ImageInstance.GetLocation

Method
Description:
Returns the location of one of the points of the ImageInstance
Syntax
public XYZ GetLocation(
	BoxPlacement placementPoint
)
Parameters
Parameter Type Description
placementPoint BoxPlacement The placementPoint specifies for which point of the ImageInstance the location should be returned.
Return Value
Type Description
XYZ The location of the specified point
Exceptions
Exception Condition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration