【Revit API】调用Revit内部命令PostableCommand
2021-03-30 17:26
阅读:359
标签:color code 16px nes font man 查询 内部命令 tab Revit内置了一些命令,直接调用Revit操作方式。 可以去API文档查询PostableCommand枚举,还是很多的。 话不多说,直接上代码 【Revit API】调用Revit内部命令PostableCommand 标签:color code 16px nes font man 查询 内部命令 tab 原文地址:https://www.cnblogs.com/lovecsharp094/p/9275550.html
var commandId = RevitCommandId.LookupPostableCommandId(PostableCommand.LineStyles);
if (app.CanPostCommand(commandId))
{
app.PostCommand(commandId);
}
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:【Revit API】调用Revit内部命令PostableCommand
文章链接:http://soscw.com/index.php/essay/70085.html
文章标题:【Revit API】调用Revit内部命令PostableCommand
文章链接:http://soscw.com/index.php/essay/70085.html
评论
亲,登录后才可以留言!