API 文件集 > Feature element trees > Object ProValuedata > Function ProValuedataTransformSet
Function ProValuedataTransformSet
Description
Stores a transform in a ProValueData.
Synopsis
#include <ProValue.h>
ProValuedataTransformSet
(
/* (In)
the ProValueData to store in.
*/
ProMatrix transform
/* (In)
the transform to store.
*/
)
Returns
The storage succeeded.
The storage failed.
Sample Code References
這是否有幫助?