SuperMap.REST.GetLibInfoEventArgs

标绘服务中获取标号库信息事件类。

Inherits from

Summary
SuperMap.REST.GetLibInfoEventArgs 标绘服务中获取标号库信息事件类。
Properties
result {SuperMap.REST.GetLibInfoResult} 服务端返回的标号库信息结果数据。
Constructor
SuperMap.REST.GetLibInfoEventArgs 初始化 GetLibInfoEventArgs 类的新实例。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

result

{SuperMap.REST.GetLibInfoResult} 服务端返回的标号库信息结果数据。

Constructor

SuperMap.REST.GetLibInfoEventArgs

初始化 GetLibInfoEventArgs 类的新实例。

Parameters

result {SuperMap.REST.GetLibInfoResult} 服务端返回的结果数据。
originResult {Object} 服务端返回的用 JSON 对象表示的当前库下符号信息结果数据。

Functions

destroy

destroy: function()

释放资源,将引用资源的属性置空。

标绘服务中获取标号库信息的结果类。
destroy: function()
释放资源,将引用资源的属性置空。
服务事件结果相关参数的基类。
Close