com.esri.arcgis.display
Interface IStyleGalleryStorageAdmin
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IStyleGalleryStorageAdminProxy
public interface IStyleGalleryStorageAdmin
- extends Serializable
Private access to members that manage the files used in the Style Gallery.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
addFileReadOnly
void addFileReadOnly(String name)
throws IOException,
AutomationException
- Adds a file to the Style Gallery with read-only access.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
name
- The name (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.