API Documentation > Classes > Interface IpfcUDFPromptCreateInstructions
Interface IpfcUDFPromptCreateInstructions
Description
Signals Creo Parametric to prompt for the data required to create a UDF.
Direct Parent Classes:
Method Summary
Function
Creates a UDFPromptCreateInstructions object, that makes Creo Parametric prompt the user to create a UDF.
Method Detail
Function
CCpfcUDFPromptCreateInstructions.Create
(Name as String) as IpfcUDFPromptCreateInstructions
Creates a UDFPromptCreateInstructions object, that makes Creo Parametric prompt the user to create a UDF.
Parameters:
Name
User-specified name of the UDF to be placed.
Returns:
Instance of the UDFPromptCreateInstructions object.
Was this helpful?