Deletes the elements which have the specified attribute value.
[Visual Basic .NET] Public Sub DeletePropertyByAttribute ( _ ByVal Attribute As String, _ ByVal Value As String, _ ByVal deleteParent As Boolean _ )
[C#] public void DeletePropertyByAttribute ( string Attribute, string Value, bool deleteParent );
[C++]
HRESULT DeletePropertyByAttribute(
BSTR Attribute,
BSTR Value,
VARIANT_BOOL deleteParent
);
[C++]Parameters
Attribute [in] Attribute is a parameter of type BSTR Value [in] Value is a parameter of type BSTR deleteParent [in] deleteParent is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Documentation for this property can be found at the IXmlPropertySet::DeletePropertyByAttribute description.