Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdEdBaseIO::getPoint Method
Syntax
C++
virtual OdGePoint3d getPoint(const OdString& prompt, int options = OdEd::kInpDefault, OdEdPointTracker* pTracker = 0);

Returns user input of a point. 

 

Parameters
Description
prompt
[in] Message displayed to prompt the user.
options
[in] Combination of OdEd::GetPointOptions enum values.
pTracker
[in] Pointer to a User IO tracker.

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-2022. Open Design Alliance All rights reserved.