Function ProDimensionPrefixGet
Description
Get the dimension prefix.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionPrefixGet
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProLine prefix
/* (Out)
The dimension prefix in a ProLine.
*/
)
Returns
The function successfully retrieved the information.
An argument is invalid.
The dimension type is invalid.
The dimension or prefix is not found.
User Guide References
Was this helpful?