This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > II > IImport3DFile2 Interface > IImport3DFile2.IsValidFile Property (ArcObjects .NET 10.5 SDK) |
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,
VARIANT_BOOL* pValid
);
[C++]
Parameters FilePath [in] FilePath is a parameter of type BSTR pValid [out, retval] pValid is a parameter of type VARIANT_BOOL