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


IStyleImporter.CanImport Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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,
  VARIANT_BOOL* CanImport
);
[C++]

Parameters fileName [in] fileName is a parameter of type BSTR CanImport [out, retval] CanImport is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IStyleImporter Interface