Documentation de l'API > Drawings and detail > Object ProDrawing > Function ProDrawingDualDimensionGet
Function ProDrawingDualDimensionGet
Description
Returns the current status of dual dimensioning in a drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingDualDimensionGet
(
ProDrawing drawing
/* (In)
The drawing handle.
*/
ProDualDimensionType* dual_dimensioning
/* (Out)
The type of dual dimensioning shown.
*/
ProName dual_secondary_units
/* (Out)
The type of units used for the secondary dimension.
*/
int* dual_digits_diff
/* (Out)
The number of digits shown in the secondary value, with respect to the primary.
*/
ProBoolean* dual_dimension_brackets
/* (Out)
Whether or not to use brackets in dual dimensioning.
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
User Guide References
Est-ce que cela a été utile ?