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


IXMLNamespaces.NamespaceCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLNamespaces Interface > IXMLNamespaces.NamespaceCount Property
ArcGIS Developer Help

IXMLNamespaces.NamespaceCount Property

Number of namespaces.

[Visual Basic .NET]
Public ReadOnly Property NamespaceCount As Integer
[C#]
public int NamespaceCount {get;}
[C++]
HRESULT get_NamespaceCount(
  System.Int32* Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type long*

Product Availability

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

See Also

IXMLNamespaces Interface