kuklev9797's picture
download
raw
683 Bytes
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 PropogateSetting : Form
{
/// <summary>
///
/// </summary>
public PropogateSetting()
{
InitializeComponent();
foreach (string name in DatumPropagation.viewDic.Keys)
{
this.propagationViewList.Items.Add(name);
}
}
}
}

Xet Storage Details

Size:
683 Bytes
·
Xet hash:
f6dfb172972a032671e2385d6ed71abd25866ca9f632eeed7f9a29cd909aaf8c

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.