ACadSharp.Header.CadHeader.ProjectName - DomCR/ACadSharp GitHub Wiki

ProjectName Property

Assigns a project name to the current drawing. Used when an external reference or image is not found on its original path. The project name points to a section in the registry that can contain one or more search paths for each project name defined. Project names and their search directories are created from the Files tab of the Options dialog box

Remarks

System variable PROJECTNAME

Definition

Namespace: ACadSharp.Header.CadHeader

C#

CadSystemVariableAttribute
public String ProjectName { get; set; }

Property Value

String