ArcObjects Library Reference (DataSourcesRaster)  

IMensuration.GetSensorModelProperty Method

Gets a property value of the sensor model currently being used by this IMensuration.

[Visual Basic .NET]
Public Function GetSensorModelProperty ( _
    ByVal propertyName As String _
) As Object
[C#]
public object GetSensorModelProperty (
    string propertyName
);
[C++]
HRESULT GetSensorModelProperty(
  BSTR propertyName,
  VARIANT* pPropertyValue
);
[C++]

Parameters

propertyName [in]   propertyName is a parameter of type BSTR pPropertyValue [out, retval]   pPropertyValue is a parameter of type VARIANT

Product Availability

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

See Also

IMensuration Interface