ArcObjects Library Reference (DataSourcesRaster)  

IRasterKeyProperties.GetProperty Method

Returns the requested key property by name.

[Visual Basic .NET]
Public Function GetProperty ( _
    ByVal sName As String _
) As Object
[C#]
public object GetProperty (
    string sName
);
[C++]
HRESULT GetProperty(
  BSTR sName,
  VARIANT* pvtValue
);
[C++]

Parameters

sName [in]   sName is a parameter of type BSTR pvtValue [out, retval]   pvtValue is a parameter of type VARIANT

Product Availability

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

See Also

IRasterKeyProperties Interface

.NET Samples

Get and set key properties on a mosaic dataset (Code Files: GetSetKeyProperty)