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


IStyleImporter.CanImport Property (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.CanImport Property
ArcGIS Developer Help

IStyleImporter.CanImport Property

Indicates if the specified file can be imported.

[Visual Basic .NET]
Public Function get_CanImport ( _
    ByVal fileName As String _
) As Boolean
[C#]
public bool get_CanImport (
    string fileName
);
[C++]
HRESULT get_CanImport(
  BSTR fileName,
  Boolean* CanImport
);
[C++]
Parameters
fileName [in]

fileName is a parameter of type BSTR CanImport [out, retval]
CanImport is a parameter of type bool*

Product Availability

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

See Also

IStyleImporter Interface