Exemple #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);
 }
Exemple #2
0
 public CommandMethodAttribute(string groupName, string globalName, CommandFlags flags)
 {
     proxy = new CADRuntime.CommandMethodAttribute(groupName, globalName, flags);
 }
Exemple #3
0
 public CommandMethodAttribute(string groupName, string globalName, string localizedNameId, CommandFlags flags, string helpTopic)
 {
     proxy = new CADRuntime.CommandMethodAttribute(groupName, globalName, localizedNameId, flags, helpTopic);
 }
Exemple #4
0
 public CommandMethodAttribute(string globalName)
 {
     proxy = new CADRuntime.CommandMethodAttribute(globalName);
 }