If I want to control how far from my reference point I will accept a Feature when using the LocateOperator ScanAtPoint, where can I define the maximum snap-distance ??
Regards
Erik Wirring
Thanks Erik. I have fixed that doc error.
Regards,
Chris
Jeff,
Thanks! It works.
I just had to realize that there is a 'printing error' in the "Bentley Map XFM Programmers Reference Guide"
Exampel under LocateOp.Tolerance.
Line
cSetTypeAndValue.SetTypeAndValue ValueType_VALUE, "1"
Should be
toleranceValue.SetTypeAndValue ValueType_VALUE, "1"
instead
Erik,
You should be able to set the Tolerance property on the locate object for this.
Jeff Bielefeld [Bentley]
Hello Erik,
You can specify this distance by passing a master units value to xfmLocateOp_setToleranceValue or LocateOp::Tolerance.