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