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

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

[复制链接]

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

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

admin 楼主

2018-8-1 14:03:35

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

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

x
【Aras二次开发源码】编写可其他方法的子程序的通用方法
4 G- e) U: Z9 d9 n3 a% JTechnique  
' }5 M& ?. j4 b$ Q, ]3 IUse the  Innovator.applyMethod()  method to apply Generic Methods.  The following
- ]  j& k& i. _( V* @examples assume a server-side method named "Reverse String" exists, and that it
3 D" ~' I8 |# r" W5 R9 y6 l' m& Freturns a result item containing the reversed contents of the <string> tag.
1 A1 C6 {" N9 [; wJavaScript  
% n" {& ^  a5 \$ H" }; Y0 Hvar inn = this.newInnovator();
7 b: z( |' }; {% Hvar results = inn.applyMethod("Reverse String", "<string>abc</string>"); ' ~3 |) ~9 x$ o  ]  T6 H+ s4 b
// You can also apply a generic client method but only from another client-side method
0 d4 R5 q, ?* T1 p// var results = inn.applyMethod("Reverse String JS","<string>abc</string>","client"); ! _+ G0 @. z/ g5 m, g
return results.getResult(); // returns "cba"  C#  
; P" H8 q6 E* a, ^Innovator inn = this.newInnovator();   H6 ^- P9 b6 ?/ W
Item results = inn.applyMethod("Reverse String", "<string>abc</string>");
9 c( M, y; R3 j, c// Return a result item with "cba" as the contents of the Result tag ' z' [+ n& s" v0 X8 b! b
return inn.newResult(results.getResult());  
4 x0 |% E* W5 T0 o, M/ _: N2 {VB.Net - `; V+ W: {8 h/ W" r& m
Dim inn As Innovator = Me.newInnovator() 5 F' n) N( M+ q/ d6 p# G
Dim results As Item = inn.applyMethod("Reverse String", "<string>abc</string>") 9 }6 r9 X6 B- x" S% y2 \9 c
' Return a result item With "cba" As the contents of the Result tag " Y1 C$ a$ Z* c8 P2 m
Return inn.newResult(results.getResult())
0 _7 |+ S1 _/ L7 p/ O/ Q
  X0 \: J) S3 N- w
上海点团信息科技有限公司,承接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二次开发专题模块培训报名开始啦

    我知道了