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


IImport3DFileRoots.RootCountFromFile Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

IImport3DFileRoots.RootCountFromFile Property

The Root Count of the File.

[Visual Basic .NET]
Public Function get_RootCountFromFile ( _
    ByVal FilePath As String _
) As Integer
[C#]
public int get_RootCountFromFile (
    string FilePath
);
[C++]
HRESULT get_RootCountFromFile(
  BSTR FilePath,
  long* pCount
);
[C++]

Parameters FilePath [in] FilePath is a parameter of type BSTR pCount [out, retval] pCount is a parameter of type long

Product Availability

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

See Also

IImport3DFileRoots Interface