ESRI.ArcGIS.E2API Feedback via the User Forum
Result Constructor
See Also 
ESRI.ArcGIS.E2API Namespace > Result Class : Result Constructor


Initializes a new instance of the Result class.

Overload List

OverloadDescription
Result Constructor()Initializes a new instance of the Result class.  
Result Constructor(String,String) Initializes a new instance of the Result class with the specified title and image name.  
Result Constructor(String,String,String) Initializes a new instance of the Result class with the specified title, image name and description.  
Result Constructor(String,String,String,String) Initializes a new instance of the Result class with the specified title, image name, description and category.  

Remarks

Overloads of the constructor are also available to help you initialize results more efficiently.

Platforms

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also