Click or drag to resize

AddInAttribute Constructor

Initializes a new instance of the AddInAttribute class

Namespace:  Easymap.AddIn
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public AddInAttribute(
	string name,
	string description
)

Parameters

name
Type: SystemString
description
Type: SystemString
See Also