This document is archived and information here might be outdated.  Recommended version.


IStyleGalleryStorage.File Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGalleryStorage Interface > IStyleGalleryStorage.File Property
ArcGIS Developer Help

IStyleGalleryStorage.File Property

The file at the given index.

[Visual Basic .NET]
Public Function get_File ( _
    ByVal index As Integer _
) As String
[C#]
public string get_File (
    int index
);
[C++]
HRESULT get_File(
  long index,
  System.String* path
);
[C++]
Parameters
index [in]

index is a parameter of type long path [out, retval]
path is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the style file that is stored in the gallery at the specified index.

See Also

IStyleGalleryStorage Interface