Documentation de l'API > Drawings and detail > Object ProDrawing > Function ProDrawingDimIsOrdinate
Function ProDrawingDimIsOrdinate
Description
Queries whether a dimension is ordinate.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingDimIsOrdinate
(
ProDrawing drawing
/* (In)
the drawing.
*/
ProDimension* dimension
/* (In)
the dimension.
*/
ProBoolean* ordinate
/* (Out)
whether the dimension is ordinate or not.
*/
ProDimension* base_dim
/* (Out)
the baseline dimension corresponding to the input ordinate dimension. will be the same as the input ordinate dimension if the input dimension is itself a baseline dimension.
*/
)
Returns
one or more of the input arguments are invalid.
successfully determined whether dimension is ordinate.
Sample Code References
User Guide References
Est-ce que cela a été utile ?