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


IImport3DFile.CreateFromFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > II > IImport3DFile Interface > IImport3DFile.CreateFromFile Method
ArcGIS Developer Help

IImport3DFile.CreateFromFile Method

Load from File.

[Visual Basic .NET]
Public Sub CreateFromFile ( _
    ByVal FilePath As String _
)
[C#]
public void CreateFromFile (
    string FilePath
);
[C++]
HRESULT CreateFromFile(
  BSTR FilePath
);
[C++]
Parameters
FilePath [in]

FilePath is a parameter of type BSTR

Product Availability

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

See Also

IImport3DFile Interface