This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGalleryStorage Interface > IStyleGalleryStorage.File Property (ArcObjects .NET 10.4 SDK) |
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
Returns the style file that is stored in the gallery at the specified index.