Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I am trying to integrate the new RealDWG 2018 library into my application. I used it to export dwg geometries.
I noticed that when creating BlockTableRecord objects (which inherits from SymbolTableRecord), setting "Name" attribute to a string that contains "/" character throws "eInvalidInput" exception. My question is, is it possible to know all "invalid" characters?
BlockTableRecord ret = new BlockTableRecord();
ret.Name = "example a/b" // eInvalidInput exception
Camilo Cifuentes
Solved! Go to Solution.