| 5 | internal struct RevitFileMap |
| 6 | { |
| 7 | internal struct OleStreams |
| 8 | { |
| 9 | public const string IMAGE_STREAM = "RevitPreview4.0"; |
| 10 | public const string BASIC_FILE_INFO = "BasicFileInfo"; |
| 11 | } |
| 12 | |
| 13 | internal struct PngImageMarker |
| 14 | { |
nothing calls this directly
no outgoing calls
no test coverage detected