登录
首页 » C# » 详谈用API读取Revit对象的参数值 .

详谈用API读取Revit对象的参数值 .

于 2022-05-07 发布 文件大小:11.59 kB
0 96
下载积分: 2 下载次数: 1

代码说明:

   public static string ParameterToString(Parameter param)     {       string val = "none";       if (param == null)       {         return val;       }       // To get to the parameter value, we need to pause it depending on its storage type       switch (param.StorageType)       {         case StorageType.Double:           double dVal = param.AsDouble();           val = dVal.ToString();           break;         case StorageType.Inte

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • OPENGL
    很好的关于OPENGL函数的说明,包括glu,glut等,有了它就可以一步步进入opengl的编程。(The OPENGL function description, including glu, glut, with step by step, it can enter the opengl programming.)
    2012-11-21 13:55:12下载
    积分:1
  • imu
    六轴陀螺仪校正算法,有详细的例子。本人已测试效果不错。(Six-axis gyroscope correction algorithm, a detailed example. I have test results are good.)
    2016-04-14 10:26:48下载
    积分:1
  • TekVISA
    说明:  c/c++环境下visa编程,lan,gpib,rs232,等(Development of visa in C / C + + Environment)
    2020-06-23 21:20:01下载
    积分:1
  • zt
    说明:  函数调用:实现函数与main函数之间的调用,利用循环进行输出(Function calls: calling function and achieve the main function between the use of loop output)
    2013-12-31 07:39:44下载
    积分:1
  • ccan
    pic18f248的CAN通信chengxu(pic18f248 CAN communication chengxu)
    2005-03-31 08:23:45下载
    积分:1
  • BinaryTrees
    Binary tree example in C++
    2014-09-30 11:56:13下载
    积分:1
  • live555 推流到H264 ES 流EasyDarwin
    live555 推流到H264 ES 流EasyDarwin, 循环推送,同时实现了MP4的推送,通过LIVE555实现推送,Linux系统下验证通过,用VLC播放,服务器的地址需要自己手动改。。。
    2022-05-07 09:31:30下载
    积分:1
  • Winpcap
    基于Winpcap的网络嗅探程序设计,嗅探程序设计思路(Winpcap-based network sniffer program design, program design ideas sniffer)
    2008-02-28 12:35:35下载
    积分:1
  • AnimatePicture
    C#模拟播放连续的图片为GIF动画,模拟出播放GIF的动画效果,在Debug/bin目录下,有很多的图像文件,有VS的可重新修改源码,适合学习,源码简单。(C# analog playback consecutive pictures as an animated GIF, animated GIF to simulate the effect of playing in Debug/bin directory, there are a lot of image files, there VS can re-edit the source code, suitable for learning, simple source.)
    2014-09-18 15:29:53下载
    积分:1
  • 传智播客C++从0到1入门编程- 源码代码
    匠心精作C 从0到1入门编程-学习编程不再难视频源码
    2020-12-10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载