Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

IExtensionApplication autocad

public class Plugin : IExtensionApplication{	static Locator loc = new Locator();	public void Initialize()	{		var currentPath = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);		loc.InstallLocator(currentPath);	}	public void Terminate()	{			}}
Source by www.theswamp.org #
 
PREVIOUS NEXT
Tagged: #IExtensionApplication #autocad
ADD COMMENT
Topic
Name
3+1 =