CommandMethodAttribute(String, String, String,
CommandFlags, Type) Constructor
|
Constructor for the CommandMethodAttribute
class.
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public CommandMethodAttribute(
string groupName,
string globalName,
string localizedNameId,
CommandFlags flags,
Type contextMenuExtensionType
)
Public Sub New (
groupName As String,
globalName As String,
localizedNameId As String,
flags As CommandFlags,
contextMenuExtensionType As Type
)
public:
CommandMethodAttribute(
String^ groupName,
String^ globalName,
String^ localizedNameId,
CommandFlags flags,
Type^ contextMenuExtensionType
)
new :
groupName : string *
globalName : string *
localizedNameId : string *
flags : CommandFlags *
contextMenuExtensionType : Type -> CommandMethodAttribute
Parameters
- groupName String
- [in] Command group name.
- globalName String
- [in] Command global name.
- localizedNameId String
- [in] Command localized name ID.
- flags CommandFlags
- [in] Command flags.
- contextMenuExtensionType Type
- [in] Context menu flags.
See Also