AddInAttribute Constructor |
Namespace:
Easymap.AddIn
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic AddInAttribute(
string name,
string description
)
Public Sub New (
name As String,
description As String
)
Parameters
- name
- Type: SystemString
- description
- Type: SystemString
See Also