This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicHit Interface > IDynamicHit.NameCount Property (ArcObjects .NET 10.4 SDK) |
Number of names (for internal use).
[Visual Basic .NET] Public Property NameCount As Integer
[C#] public int NameCount {get; set;}
[C++]
HRESULT get_NameCount(
long* Count
);
[C++]
HRESULT put_NameCount(
long Count
);
[C++]
Parameters Count [out, retval] Count is a parameter of type long Count [in] Count is a parameter of type long