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


IBasicImageView.GetProperty Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IBasicImageView.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

IBasicImageView Interface