示例#1
0
 /// <summary>
 /// Parse the VTK file object for getting information (without retrieving values).
 /// </summary>
 public bool Parse()
 {
     return(VTKInterop.VTKParser_parse(m_parser) != 0);
 }