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


IStyleGalleryStorage.File Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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,
  BSTR* 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