C++
bool getScanViewInfo( const AcString& scanGuid, AcGePoint3d& origin, AcDbExtents& extent ) const;
Description
Gets the origin location and extents of a scan item specified the scan guid.
Parameters
Parameters | Description |
---|---|
scanGuid | The scan GUID. |
origin | The scan origin as return value. |
extent | The scan extent as return value. |
Returns
Returns true if successful or false if the scan item can't be found.