API Documentation > 3D drawings and annotations > Object ProDimension > Function ProDimensionIsAccessibleInModel
Function ProDimensionIsAccessibleInModel
Description
Identifies if a dimension is owned by the model.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionIsAccessibleInModel
(
ProDimension* dimension
/* (In)
The dimension.
*/
ProBoolean* is_accessible
/* (Out)
PRO_B_TRUE if dimension is accessible in model, PRO_B_FALSE otherwise.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
Was this helpful?