ArcObjects Library Reference (DataSourcesRaster)  

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