This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxFileSetup Interface > IGxFileSetup.SetImages Method (ArcObjects .NET 10.4 SDK) |
The images used to represent the object.
[Visual Basic .NET] Public Sub SetImages ( _ ByVal hSmallImageBitmap As Integer, _ ByVal hSmallImageSelectedBitmap As Integer, _ ByVal hLargeImageBitmap As Integer, _ ByVal hLargeImageSelectedBitmap As Integer _ )
[C#] public void SetImages ( int hSmallImageBitmap, int hSmallImageSelectedBitmap, int hLargeImageBitmap, int hLargeImageSelectedBitmap );