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


IXMLNamespaces.NamespaceCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IXMLNamespaces.NamespaceCount Property

Number of namespaces.

[Visual Basic .NET]
Public ReadOnly Property NamespaceCount As Integer
[C#]
public int NamespaceCount {get;}
[C++]
HRESULT get_NamespaceCount(
  long* 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