This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBasicImageView Interface > IBasicImageView.GetProperty Method (ArcObjects .NET 10.4 SDK) |
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