This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGalleryStorage Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that manage the files used in the Style Gallery.
IStyleGalleryStorage is used to manage the styles that can then be edited using the IStyleGallery interface. Use the CanUpdate property to determine if the TargetFile is editable. Use AddFile and RemoveFile to move styles in and out of the gallery.
Description | ||
---|---|---|
AddFile | Adds a file to the Style Gallery. | |
CanUpdate | Indicates if the specified file can be updated. | |
DefaultStylePath | The default file path for searching for standard styles. | |
File | The file at the given index. | |
FileCount | The number of files in the Style Gallery. | |
RemoveFile | Removes a file from the Style Gallery. | |
TargetFile | The target output file for adding, updating and removing items. |
CoClasses and Classes | Description |
---|---|
ServerStyleGallery | The Server Style Gallery. |
StyleGallery (esriFramework) | The Style Gallery object. |
IStyleGallery Interface | IStyleGalleryItem Interface