PLM之家PLMHome-国产软件践行者

【Aras二次开发源码】编写可其他方法的子程序的通用方法

[复制链接]

2018-8-1 14:03:35 2445 0

admin 发表于 2018-8-1 14:03:35 |阅读模式

admin 楼主

2018-8-1 14:03:35

请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!

您需要 登录 才可以下载或查看,没有账号?注册

x
【Aras二次开发源码】编写可其他方法的子程序的通用方法9 G$ j) V& f+ f5 W0 T
Technique  6 }+ \. x2 l4 e" ~( `8 q# G" Y2 |) {! \
Use the  Innovator.applyMethod()  method to apply Generic Methods.  The following
" t+ i  e, \& M( p9 eexamples assume a server-side method named "Reverse String" exists, and that it
0 \4 g% ?# P4 Yreturns a result item containing the reversed contents of the <string> tag.
5 r+ O3 s( r7 t- jJavaScript  & x8 d6 l5 u1 f0 L
var inn = this.newInnovator();
4 J# @( f" {5 Z. h0 @5 Cvar results = inn.applyMethod("Reverse String", "<string>abc</string>"); 6 \0 S/ V( Q% [" g  B, y/ ]
// You can also apply a generic client method but only from another client-side method
$ t( r5 R1 l+ P* q9 x4 m// var results = inn.applyMethod("Reverse String JS","<string>abc</string>","client"); ( Z! M. Q/ F; a' J
return results.getResult(); // returns "cba"  C#  4 g+ i7 n% c9 h. ]$ D# R6 x
Innovator inn = this.newInnovator(); 4 H1 }/ ]5 X+ @8 s- G
Item results = inn.applyMethod("Reverse String", "<string>abc</string>"); * C8 g( t$ b3 o# d
// Return a result item with "cba" as the contents of the Result tag 1 i4 E% d2 ?9 J6 h% O/ y
return inn.newResult(results.getResult());  
6 g! ]# Y7 I2 tVB.Net 1 N/ Y" Y- u2 y( J; a4 B
Dim inn As Innovator = Me.newInnovator() 9 ^  l+ n3 H1 s) o: c( Y- t2 d5 i
Dim results As Item = inn.applyMethod("Reverse String", "<string>abc</string>") 1 f' M1 u5 U, V9 P
' Return a result item With "cba" As the contents of the Result tag . [3 X) m7 f& k, C/ ]2 ^
Return inn.newResult(results.getResult()) . E+ J. Y! G0 U

/ J$ e7 _' D9 R' s  G7 u: w) f+ B8 X
上海点团信息科技有限公司,承接UG NX,CATIA,CREO,Solidworks 等CAx软件,Teamcenter,3D Experience等PLM软件,工业4.0数字化软件的实施\二次开发\培训相关业务,详情QQ 939801026 Tel 18301858168 网址 doTeam.tech
回复

使用道具 举报

发表回复

您需要登录后才可以回帖 登录 | 注册

返回列表 本版积分规则

  • 发布新帖

  • 在线客服

  • 微信

  • 客户端

  • 返回顶部

  • x
    温馨提示

    本网站(plmhome.com)为PLM之家工业软件学习官网站

    展示的视频材料全部免费,需要高清和特殊技术支持请联系 QQ: 939801026

    PLM之家NX CAM二次开发专题模块培训报名开始啦

    我知道了