Class CadHeader

CadHeader class

Class describing Cad header

public class CadHeader

Constructors

NameDescription
CadHeader()Initializes a new instance of the CadHeader class.

Properties

NameDescription
AcadVersion { get; }Gets the acad version.
AppInfo { get; set; }Gets the (DWG) app information.
CustomProperties { get; }Gets the custom properties.
HeaderProperties { get; }Gets or sets the header properties.
PropertiesSummaryInfoWrapper { get; }Gets the summary information wrapper for HeaderProperties.
SummaryInfo { get; }Gets the (DWG) summary information.

See Also