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 > IImport3DFileRoots Interface > IImport3DFileRoots.RootCountFromFile Property (ArcObjects .NET 10.5 SDK) |
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