본문으로 건너뛰기

ShowUDATreeDialog

Overloads

NameDescription
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();
}