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


ICSMXform.GetSensorModelProperty 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.GetSensorModelProperty Method
ArcGIS Developer Help

ICSMXform.GetSensorModelProperty Method

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

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

propertyName is a parameter of type BSTR

Product Availability

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

See Also

ICSMXform Interface