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


IStyleGalleryStorage.AddFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGalleryStorage Interface > IStyleGalleryStorage.AddFile Method
ArcGIS Developer Help

IStyleGalleryStorage.AddFile Method

Adds a file to the Style Gallery.

[Visual Basic .NET]
Public Sub AddFile ( _
    ByVal path As String _
)
[C#]
public void AddFile (
    string path
);
[C++]
HRESULT AddFile(
  BSTR path
);
[C++]
Parameters
path [in]

path is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IStyleGalleryStorage Interface