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