Exemplo n.º 1
0
 public CommandMethodAttribute(string groupName, string globalName, string localizedNameId, CommandFlags flags, Type contextMenuExtensionType, string helpFileName, string helpTopic)
 {
     proxy = new CADRuntime.CommandMethodAttribute(groupName, globalName, localizedNameId, flags, contextMenuExtensionType, helpFileName, helpTopic);
 }
Exemplo n.º 2
0
 public CommandMethodAttribute(string groupName, string globalName, CommandFlags flags)
 {
     proxy = new CADRuntime.CommandMethodAttribute(groupName, globalName, flags);
 }
Exemplo n.º 3
0
 public CommandMethodAttribute(string groupName, string globalName, string localizedNameId, CommandFlags flags, string helpTopic)
 {
     proxy = new CADRuntime.CommandMethodAttribute(groupName, globalName, localizedNameId, flags, helpTopic);
 }
Exemplo n.º 4
0
 public CommandMethodAttribute(string globalName)
 {
     proxy = new CADRuntime.CommandMethodAttribute(globalName);
 }