API Documentation > Drawings and detail > Object ProDrawing > Function ProDrawingDimensionMove
Function ProDrawingDimensionMove
Description
Move the dimension to the specified position in the drawing. The position before and after the move can be found by ProDimlocationTextGet().
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingDimensionMove
(
ProDrawing drawing
/* (In)
The drawing in which the dimension is displayed.
*/
ProDimension* dimension
/* (In)
The dimension.
*/
ProVector location
/* (In)
3D vector representing the new dimension position.
*/
)
Returns
one or more of the input arguments are invalid.
the location is found.
Model is in read-only state.
Could not modify the given item because it has read-only access.
Sample Code References
User Guide References
Was this helpful?