Enum RenderErrorCode

RenderErrorCode enumeration

Represents possible missing sections in CAD file

public enum RenderErrorCode

Values

NameValueDescription
MissingHeader0Header is missing
MissingLayouts1Layouts information is missing
MissingBlocks2Block information is missing
MissingDimensionStyles3Dimension styles information is missing
MissingStyles4Styles information is missing

See Also