This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBasicImageView Interface > IBasicImageView.SetProperty Method (ArcObjects .NET 10.4 SDK) |
Updates the value of the specified key property by name.
[Visual Basic .NET] Public Sub SetProperty ( _ ByVal sName As String, _ ByVal vtValue As Object _ )
[C#] public void SetProperty ( string sName, object vtValue );
[C++]
HRESULT SetProperty(
BSTR sName,
VARIANT vtValue
);
[C++]
Parameters sName [in] sName is a parameter of type BSTR vtValue [in] vtValue is a parameter of type VARIANT