Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingDimIsAssociative
Function ProDrawingDimIsAssociative
Description
Checks if dimension is associative.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingDimIsAssociative
(
ProDrawing drawing
/* (In)
The drawing in which the dimension is displayed.
*/
ProDimension* dimension
/* (In)
The dimension.
*/
ProBoolean* associative
/* (Out)
The predicate which is TRUE when the dim is associative
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?