Beispiel #1
0
 public AcadXline AddXline(object vvarPoint1, object vvarPoint2, string nvstrHandle = "")
 {
     return(mobjAcadBlock.AddXline(RuntimeHelpers.GetObjectValue(vvarPoint1), RuntimeHelpers.GetObjectValue(vvarPoint2), nvstrHandle));
 }