ModelManagerClearAttribute Method |
Namespace: VIZCore3D.NET.Manager
public bool ClearAttribute( string input, string output, bool showFileInExplorer = false )
// VIZCore3D.NET Control private VIZCore3D.NET.VIZCore3DControl vizcore3d; private void ClearAttribute() { string input = "C:\\Model\\BLOCK.viz"; string output = "C:\\Model\\BLOCK_RemovedAttributeData.viz"; bool ShowExplorer = true; bool result = vizcore3d.Model.ClearAttribute(input, output, ShowExplorer); }