示例#1
0
 public AcadAttribute AddAttribute(object vvarHeight, Enums.AcAttributeMode vnumMode, string vstrPrompt, object vvarInsertionPoint, string vstrTag, string vstrValue, string nvstrHandle = "")
 {
     return(mobjAcadBlock.AddAttribute(RuntimeHelpers.GetObjectValue(vvarHeight), vnumMode, vstrPrompt, RuntimeHelpers.GetObjectValue(vvarInsertionPoint), vstrTag, vstrValue, nvstrHandle));
 }