C# Class SuperMap.Connector.Utility.TransferAnalystSolutionEventArgs

为FindTransferSolutions方法的回调函数提供数据。
Inheritance: System.EventArgs
Afficher le fichier Open project: SuperMap/iClient-for-DotNet

Méthodes publiques

Méthode Description
TransferAnalystSolutionEventArgs ( TransferSolutions solutions ) : System

初始化TransferAnalystSolutionEventArgs类的新实例。

Method Details

TransferAnalystSolutionEventArgs() public méthode

初始化TransferAnalystSolutionEventArgs类的新实例。
public TransferAnalystSolutionEventArgs ( TransferSolutions solutions ) : System
solutions TransferSolutions FindTransferSolutions方法的返回结果。
Résultat System