Provides access to members that manage the files used in the Style Gallery.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Members
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 that implement IStyleGalleryStorage
CoClasses and Classes | Description |
---|---|
ServerStyleGallery | The Server Style Gallery. |
StyleGallery (esriFramework) | The Style Gallery object. |