|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Symbol_Format |
|---|
/* * REGISTERABLE ENUM: SE_Symbol_Format * * This data type specifies the format of a file defining symbols * used by <Symbol> instances. */typedef SE_Short_Integer SE_Symbol_Format;
| Enumerant | Definition | Value |
|---|---|---|
| SE_SYMBFMT_CGM | Computer Graphics Metafile |
1 |
| SE_SYMBFMT_SVG | Scalable Vector Graphics |
2 |
|