Buckets:
| using System; | |
| using System.Collections.Generic; | |
| using System.ComponentModel; | |
| using System.Data; | |
| using System.Drawing; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using System.Windows.Forms; | |
| namespace Revit.SDK.Samples.DatumsModification.CS | |
| { | |
| /// <summary> | |
| /// | |
| /// </summary> | |
| public partial class AlignmentSetting : Form | |
| { | |
| /// <summary> | |
| /// | |
| /// </summary> | |
| public AlignmentSetting() | |
| { | |
| InitializeComponent(); | |
| foreach (string name in DatumAlignment.datumDic.Keys) | |
| { | |
| this.datumList.Items.Add(name); | |
| } | |
| } | |
| } | |
| } | |
Xet Storage Details
- Size:
- 664 Bytes
- Xet hash:
- 55c8639ec0c3bba0c236b2907fb188c71301a0c4d8c898c5603aef440c1843db
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.