Initialization
You cannot construct one of these objects using the keyword New. Instead, you should obtain the handle to a Creo Parametric-related object by creating or listing that object with a method on the parent object in the hierarchy.
For example,
IpfcBaseSession.CurrentModel returns a
IpfcModel object set to the current model and
IpfcParameterOwner.CreateParam() returns a newly created parameter object for manipulation.