Example #1
0
 /// <summary>
 /// Changes the units of the current SAP2000 Interface
 /// </summary>
 /// <param name="newunits"></param>
 public static void ChangeUnits(HndzUnitsEnum newunits)
 {
     SAP2000API.ChangeUnits((eUnits)newunits);
 }