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


IImport3DFile2.IsValidFile Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > II > IImport3DFile2 Interface > IImport3DFile2.IsValidFile Property
ArcGIS Developer Help

IImport3DFile2.IsValidFile Property

Indicates if this is a valid 3D Import File.

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

FilePath is a parameter of type BSTR pValid [out, retval]
pValid is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IImport3DFile2 Interface