This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMensuration Interface > IMensuration.PutSensorModelProperty Method (ArcObjects .NET 10.5 SDK) |
Sets a property value of the sensor model.
[Visual Basic .NET] Public Sub PutSensorModelProperty ( _ ByVal propertyKey As String, _ ByVal propertyValue As String _ )
[C#] public void PutSensorModelProperty ( string propertyKey, string propertyValue );
[C++]
HRESULT PutSensorModelProperty(
BSTR propertyKey,
BSTR propertyValue
);
[C++]
Parameters propertyKey [in] propertyKey is a parameter of type BSTR propertyValue [in] propertyValue is a parameter of type BSTR