This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleImporter Interface > IStyleImporter.CanImport Property (ArcObjects .NET 10.4 SDK) |
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