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