Version CurrentVersion
{
	get
	{
		if (System.Deployment.Application.ApplicationDeployment.IsNetworkDeployed)
		{
			System.Deployment.Application.ApplicationDeployment ad = System.Deployment.Application.ApplicationDeployment.CurrentDeployment;
			return ad.CurrentVersion;
		}
		else
		{
        	//string fileName = System.Reflection.Assembly.GetExecutingAssembly().Location;
        	//Assembly.LoadFile(fileName).GetName().Version;
			return Assembly.GetExecutingAssembly().GetName().Version;
		}
	}
}

Version UpdateVersion
{
	get
	{
		if (System.Deployment.Application.ApplicationDeployment.IsNetworkDeployed)
		{
			System.Deployment.Application.ApplicationDeployment ad = System.Deployment.Application.ApplicationDeployment.CurrentDeployment;
			return ad.UpdatedVersion;
		}
		return null;
	}
}

DWG 파일 헤더 정보에 표기되는 버전별 정보

  • MC0.0 - DWG from Rel. 1.1
  • AC1.2 - DWG from Rel. 1.2
  • AC1.4 - DWG from Rel. 1.4
  • AC1.50 - DWG from Rel. 2.0
  • AC2.10 - DWG from Rel. 2.10
  • AC1002 - DWG from Rel. 2.5
  • AC1003 - DWG from Rel. 2.6
  • AC1004 - DWG from Rel.9
  • AC1006 - DWG from Rel.10
  • AC1009 - DWG from Rel.11/12 (or LT R1/R2)
  • AC1012 - DWG from Rel.13 (or LT95)
  • AC1014 - DWG from Rel.14, 14.01 (or LT97/LT98)
  • AC1015 - DWG from AutoCAD 2000/2000i/2002 (or LT, Map or relative Desktop version)
  • AC1018 - DWG from AutoCAD 2004/2005/2006 (or other product in the "2004", "2005" or "2006" family)
  • AC1021 - DWG from AutoCAD 2007/2008/2009 (or other product of the "2007", "2008" and "2009" families)
  • AC1024 - DWG from AutoCAD 2010/2011/2012 (or other product of the "2010", "2011" and "2012" families)
  • AC1027 - DWG from AutoCAD 2013 (or other product of the "2013" family)

출처 : http://www.cadforum.cz/cadforum_en/qaID.asp?tip=868

=========================================================================================

레지스트리로 설치여부 확인

HKEY_LOCAL_MACHINE>SOFTWARE>Autodesk>AutoCAD>R19.0

R17.0 : 2007 / .1 : 2008 / .2 : 2009

R18.0 : 2010 .1 / : 2011 / .2 : 2012

R19.0 : 2013

>ACAD-B001:409

X000 : Civil3D

X001 : AutoCAD

X016 : AutoCAD P&ID

409 : English

412 : Korean

+ Recent posts