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


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

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,
  System.Int32* 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