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


IDynamicHit.NameCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  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

Product Availability

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

See Also

IDynamicHit Interface