ArcObjects Library Reference (DataSourcesRaster)  

IMensuration.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

IMensuration Interface