Initialization
You cannot construct one of these objects explicitly using JavaScript syntax. Objects that represent Creo Parametric objects cannot be created directly but are returned by a Get or Create method.
For example, pfcBaseSession.CurrentModel returns a pfcModel object set to the current model and pfcParameterOwner.CreateParam returns a newly created Parameter object for manipulation.
Was this helpful?