SectionManagerClearComment Method |
Namespace: VIZCore3D.NET.Manager
public void ClearComment( int id, int subid )
// VIZCore3D.NET Control private VIZCore3D.NET.VIZCore3DControl vizcore3d; private void Example() { int SectionID = 1; int SectionSubID = 2; vizcore3d.Section.ClearComment(SectionID, SectionSubID); }