CommandMethodAttribute Constructor (String, String, String,
CommandFlags, Type, String, String)
 | 
Namespace:  Teigha.Runtime
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public CommandMethodAttribute(
        string groupName,
        string globalName,
        string localizedNameId,
        CommandFlags flags,
        Type contextMenuExtensionType,
        string helpFileName,
        string helpTopic
)
 
Public Sub New ( 
        groupName As String,
        globalName As String,
        localizedNameId As String,
        flags As CommandFlags,
        contextMenuExtensionType As Type,
        helpFileName As String,
        helpTopic As String
)
 
public:
CommandMethodAttribute(
        String^ groupName, 
        String^ globalName, 
        String^ localizedNameId, 
        CommandFlags flags, 
        Type^ contextMenuExtensionType, 
        String^ helpFileName, 
        String^ helpTopic
)
 
new : 
        groupName : string * 
        globalName : string * 
        localizedNameId : string * 
        flags : CommandFlags * 
        contextMenuExtensionType : Type * 
        helpFileName : string * 
        helpTopic : string -> CommandMethodAttribute
 
 
 
Parameters
- groupName
 
- Type: SystemString
 
- globalName
 
- Type: SystemString
 
- localizedNameId
 
- Type: SystemString
 
- flags
 
- Type: Teigha.RuntimeCommandFlags
 
- contextMenuExtensionType
 
- Type: SystemType
 
- helpFileName
 
- Type: SystemString
 
- helpTopic
 
- Type: SystemString
 
 
See Also