Skip to main content
1-Visitor
November 24, 2016
Question

How to Read phantom Components Parameter Using VB API?

  • November 24, 2016
  • 2 replies
  • 1940 views

Hi All I want to get the parameter from phantom component i tried bellowed code but it doesn't work !

  NewModel = BSession.RetrieveModel(modelDesc)

  ParamOwner = CType(NewModel, IpfcParameterOwner)

Code failed at 1st line .

is there any work around ?

2 replies

yshinde1-VisitorAuthor
1-Visitor
December 1, 2016

As we can not open phantom component in new window then how to access their parameters?

Manually we can go to parameter table by using "Edit Parameter" option.

any one Please  help

16-Pearl
February 28, 2017

Hello Yogesh,

Please share your error details to find out the problem

See this link about how to get parameter

Re: How to get parameter values by API