Class CadCommon
Contents
[
Hide
]CadCommon class
General constant values for Cad file format.
public static class CadCommon
Methods
Name | Description |
---|---|
static GetTypeName(object, string) | Gets the name of the enum variable type. |
Fields
Name | Description |
---|---|
const ACADVER | Version of file format |
const BlockName | The block name |
const ByLayer | Gets the by layer. |
const COORDINATION_MODEL_NAME | The coordination model |
const CustomProperty | The custom property. |
const CustomPropertyTag | The custom property tag |
const DEFAULT_TEXT_STYLE | The DEFAULT TEXT STYLE const |
const Dictionary | The dictionary |
const Divider | Begin section marker |
const DWGCODEPAGE | Codepage used for strings in the file |
const EndBlock | The end block |
const EndSection | End Section string marker |
const EndTable | The end table marker |
const Eof | Variable namning for EOF |
const FACE3D_ENTITY_NAME | The face 3d entity name |
const HelperSymbol | Variable namning prefix for parse |
const MLEADER_ENTITY_NAME | The mleader entity name |
const REVERSE_WFPREC3DD_HEADER_VARIABLE | The reverse WFPREC3DD header variable |
const SectionTitle | Begin Entity marker |
const SOLID3D_ENTITY_NAME | The solid 3d entity name |
static STANDARD_STYLE | The standard style. |
const StartHeader | Start header string marker |
const StartSection | Start section string marker |
const StartTable | Start table string marker |
const StartTables | Start tables string marker |
const SubclassMarker | Variable namning prefix for parse |
const ThumbnailImage | The thumbnail image |
const VarNameMarker | Begin header variable description |
const VarPrefix | Header variable prefix |
const WFPREC3DD_HEADER_VARIABLE | The WFPREC3DD header variable |
See Also
- namespace Aspose.CAD.FileFormats.Cad.CadConsts
- assembly Aspose.CAD