ShowUDATreeDialog
Overloads
| Name | Description |
|---|---|
| ShowUDATreeDialog() | Show UDA(User-Defined Attributes) Tree Dialog |
ShowUDATreeDialog()
public void ShowUDATreeDialog()
Show UDA(User-Defined Attributes) Tree Dialog
Examples
// VIZCore3D.NET Control
private VIZCore3D.NET.VIZCore3DControl vizcore3d;
private void Example()
{
if (vizcore3d.Model.IsOpen() == false) return;
vizcore3d.Object3D.UDA.ShowUDATreeDialog();
}