ArcObjects Library Reference (3DAnalyst)  

IImport3DFile2.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

IImport3DFile2 Interface