Documentação da API > External tasks > Object ProValuedata > Function ProValuedataTransformGet
Function ProValuedataTransformGet
Description
Extracts a transform from a ProValueData.
Synopsis
#include <ProValue.h>
ProValuedataTransformGet
(
/* (In)
the ProValueData to extract from
*/
ProMatrix transform
/* (Out)
the ProMatrix to extract into.
*/
)
Returns
The extraction succeeded.
The ProValueData did not contain a transform
The storage failed.
User Guide References
Isto foi útil?