You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SearchBodyParameters not recognized in ARIA 15.6 ?
By coding a script for automatic structur drawing by HU limits I got in stock.
The self explaining code lines var BodyPar = ss.GetDefaultSearchBodyParameters();
and ss.CreateAndSearchBody(BodyPar);
will not be recognized by IntelliSense coding assistance.
The compiler will throw error messages CS1061 in this lines:
I assume version problems of any libraries.
By the way: GetDefaultSearchBodyParameters() and CreateAndSearchBody()
will be explained in OnlineHelp_VMS_Eclipse_Scripting_API_15.5,
thats why, they should operate in ARIA 15.6 !
Many thanks for help !
Eyck Blank
The text was updated successfully, but these errors were encountered:
Now, I have solved this problem by my self.
Thank you for patiently listening !
Whats happen - shits happen !
Installing ESAPIX, upgrading .NET4.5.0 to .NET4.5.2 and last and least, installing ESAPI Essentials by Carlos Anderson has fixed it.
SearchBodyParameters not recognized in ARIA 15.6 ?
By coding a script for automatic structur drawing by HU limits I got in stock.
The self explaining code lines
var BodyPar = ss.GetDefaultSearchBodyParameters();
and
ss.CreateAndSearchBody(BodyPar);
will not be recognized by IntelliSense coding assistance.
The compiler will throw error messages CS1061 in this lines:
I assume version problems of any libraries.
By the way:
GetDefaultSearchBodyParameters() and CreateAndSearchBody()
will be explained in OnlineHelp_VMS_Eclipse_Scripting_API_15.5,
thats why, they should operate in ARIA 15.6 !
Many thanks for help !
Eyck Blank
The text was updated successfully, but these errors were encountered: