API 文件集 > Mechanica > Object ProMechvalue > Function ProMechvalueVariationGet
Function ProMechvalueVariationGet
Description
Obtains the variation assigned to this value.
Licensing Requirement
Synopsis
#include <ProMechValue.h>
ProMechvalueVariationGet
(
/* (In)
The value handle.
*/
ProMechVariation* variation
/* (Out)
The variation. Free this using ProMechvariationFree().
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
Insufficient memory.
Sample Code References
User Guide References
這是否有幫助?