API Reference > OdRx Classes > OdSourcePointIterator Class > OdSourcePointIterator Methods > OdSourcePointIterator::getPoint Method
OdSourcePointIterator::getPoint Method
Syntax
C++
virtual bool getPoint(OdSourcePoint& point) = 0;
Parameters 
Description 
OdSourcePoint& point 
[out] Resulting source point. 

Point data correctness flag: true - data is correct; false - otherwise.

Gets the source point that is currently pointed at by the source point data iterator. The iterator object steps forward after getting the point. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.