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


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

IStyleImporter.Import Method

Imports the specified file into the Style Gallery.

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

fileName is a parameter of type BSTR

Product Availability

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

See Also

IStyleImporter Interface