| Visual Basic (Declaration) | |
|---|---|
<ComVisibleAttribute(False)> Public Class ImageSet | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[ComVisibleAttribute(false)] public class ImageSet | |
An example of adding a copy of an Image in the ImageSet to the ImageSet, and using that Image to create a Result.
| C# | Copy Code |
|---|---|
ESRI.ArcGIS.E2API.ImageSet MyImageSet = _taskUI.E2.ImageSet; | |
| Visual Basic | Copy Code |
|---|---|
Dim MyImageSet As ESRI.ArcGIS.E2API.ImageSet = _taskUI.E2.ImageSet | |
System.Object
ESRI.ArcGIS.E2API.ImageSet
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
This class was added to the E2API at version 1.0.0.348.
Copy Code