API Documentation > Feature element trees > Object ProReference > Function ProReferencePointGet
Function ProReferencePointGet
Description
Gets the selected point of a reference handle.
Synopsis
#include <ProReference.h>
ProReferencePointGet
(
ProReference reference
/* (In)
The reference handle.
*/
Pro3dPnt point
/* (Out)
The point, in coordinates of the owner model.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
This value is not set in the reference.
User Guide References
Was this helpful?