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


ICSMXform.PutSensorModelProperty Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICSMXform Interface > ICSMXform.PutSensorModelProperty Method
ArcGIS Developer Help

ICSMXform.PutSensorModelProperty Method

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

Product Availability

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

See Also

ICSMXform Interface