API Reference > Extension Classes > ExServices Classes > OdEdBaseIO Class > OdEdBaseIO Methods > OdEdBaseIO::getPoint Method
OdEdBaseIO::getPoint Method
Syntax
C++
virtual OdGePoint3d getPoint(const OdString& prompt, int options = OdEd::kInpDefault, OdEdPointTracker* pTracker = 0);
Parameters 
Description 
const OdString& prompt 
[in] Message displayed to prompt the user.  
int options = OdEd::kInpDefault 
[in] Combination of OdEd::GetPointOptions enum values.  
OdEdPointTracker* pTracker = 0 
[in] Pointer to a User IO tracker. 

Returns user input of a point. 

 

This function uses the underlying OdEdBaseIO functions putString and getString for low level output and input. 

If prompt is an empty string, a default prompt string is used.

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