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


ICSMXform.PutSensorModelProperty Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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