Пример #1
0
 public AcadText AddText(string vstrTextString, object vvarInsertionPoint, object vvarHeight, string nvstrHandle = "")
 {
     return(mobjAcadBlock.AddText(vstrTextString, RuntimeHelpers.GetObjectValue(vvarInsertionPoint), RuntimeHelpers.GetObjectValue(vvarHeight), nvstrHandle));
 }