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


IDynamicHit.NameCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicHit Interface > IDynamicHit.NameCount Property
ArcGIS Developer Help

IDynamicHit.NameCount Property

Number of names (for internal use).

[Visual Basic .NET]
Public Property NameCount As Integer
[C#]
public int NameCount {get; set;}
[C++]
HRESULT get_NameCount(
  System.Int32* 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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDynamicHit Interface