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


IRasterKeyProperties.RemoveProperty Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterKeyProperties Interface > IRasterKeyProperties.RemoveProperty Method
ArcGIS Developer Help

IRasterKeyProperties.RemoveProperty Method

Removes all occurrences of the specified key property.

[Visual Basic .NET]
Public Sub RemoveProperty ( _
    ByVal sName As String _
)
[C#]
public void RemoveProperty (
    string sName
);
[C++]
HRESULT RemoveProperty(
  BSTR sName
);
[C++]
Parameters
sName [in]

sName is a parameter of type BSTR

Product Availability

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

See Also

IRasterKeyProperties Interface