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


IXmlPropertySet2.GetPropertiesByAttribute Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IXmlPropertySet2.GetPropertiesByAttribute Method

Returns the set of names and values for elements which have the specified attribute value.

[Visual Basic .NET]
Public Sub GetPropertiesByAttribute ( _
    ByVal Attribute As String, _
    ByVal Value As String, _
    ByVal noValues As Boolean, _
    ByRef Tags As Object, _
    ByRef values As Object _
)
[C#]
public void GetPropertiesByAttribute (
    string Attribute,
    string Value,
    bool noValues,
    ref object Tags,
    ref object values
);
[C++]
HRESULT GetPropertiesByAttribute(
  BSTR Attribute,
  BSTR Value,
  VARIANT_BOOL noValues,
  VARIANT* Tags,
  VARIANT* values
);
[C++]

Parameters Attribute [in] Attribute is a parameter of type BSTR Value [in] Value is a parameter of type BSTR noValues [in] noValues is a parameter of type VARIANT_BOOL Tags [out] Tags is a parameter of type VARIANT values [out] values is a parameter of type VARIANT

Product Availability

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

Remarks

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

See Also

IXmlPropertySet2 Interface