RVTDocs.com

PointCloudInstance.GetScanOrigin

Method
Description:
Returns the origin point of a scan in model coordinates.
Syntax
public XYZ GetScanOrigin(
	string scanName
)
Parameters
Parameter Type Description
scanName String Name of the scan.
Return Value
Type Description
XYZ Resulting origin point of the scan.
Exceptions
Exception Condition
ArgumentException PointCloudInstance does not contain scan scanName.
ArgumentNullException A non-optional argument was null