
Replacement in Object TOOLKIT: |

ProDimensionLocationGet | |
( ProDimension* dim /* (In) The dimension handle. */ ProView view /* (In) The orientation of the model that will be applied before calculating the locations. Pass NULL to use the current model view, if the model is current, or a default model orientation otherwise. Pass NULL if using a drawing. */ ProDrawing drawing /* (In) The drawing handle. Pass NULL if not using a drawing. */ ProDimlocation* data /* (Out) The dimension location data. */ ) |

The function succeeded. | |
The function succeeded, but only after internally selecting a default orientation where one was not supplied, for a dimension which could have different locations given different views. This error can only occur if both drawing and view are NULL. | |
One or more arguments is invalid. For example, if drawing != NULL && view != NULL. | |
This dimension is not displayable. | |
A drawing view was passed with a drawing. |


