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


IXmlPropertySet2.CountX Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IXmlPropertySet2.CountX Property

Number of occurrances of an element in the metadata.

[Visual Basic .NET]
Public Function get_CountX ( _
    ByVal Name As String _
) As Integer
[C#]
public int get_CountX (
    string Name
);
[C++]
HRESULT get_CountX(
  BSTR Name,
  long* Count
);
[C++]

Parameters Name [in] Name is a parameter of type BSTR Count [out, retval] Count is a parameter of type long

Product Availability

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

Remarks

Documentation for this property can be found at the IXmlPropertySet::CountX description.

See Also

IXmlPropertySet2 Interface