Click or drag to resize

MapperExtensionBaseInfo Method

Return requested information about the extension.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Object Info(
	ExtInfo info
)

Parameters

info
Type: NetQuarryExtInfo
The information of interest.

Return Value

Type: Object
The requested information.

Implements

IExtensionInfo(ExtInfo)
See Also