djitit 发表于 2010-9-1 17:14:00

请教怎么创建一个块

<p>是这样的</p>
<p>我调用<font face="Verdana">PromptSelectionResult</font> 让用户自己选择一些集,</p>
<p><font face="Verdana">&nbsp;&nbsp; Dim opt As New PromptSelectionOptions()</font></p>
<p><font face="Verdana">&nbsp;&nbsp; opt.MessageForAdding = "请选择块中要包含的对象"<br/>&nbsp;&nbsp; Dim res As PromptSelectionResult = ed.GetSelection(opt)</font></p>
<p><font face="Verdana">&nbsp;&nbsp;&nbsp;</font><font face="Verdana">&nbsp; Dim selSet As SelectionSet = res.Value</font></p>
<p>然后呢,我想将选择的集创建了一个块</p>
<p>&nbsp;</p>
<p>请教,该怎么做</p>
页: [1]
查看完整版本: 请教怎么创建一个块