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


IRasterFunctionHelper.ReferenceProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionHelper Interface > IRasterFunctionHelper.ReferenceProperties Property
ArcGIS Developer Help

IRasterFunctionHelper.ReferenceProperties Property

The properties to be used in reference raster.

[Visual Basic .NET]
Public Property ReferenceProperties As Integer
[C#]
public int ReferenceProperties {get; set;}
[C++]
HRESULT get_ReferenceProperties(
  System.Int32* pReferenceProperties
);
[C++]
HRESULT put_ReferenceProperties(
  long pReferenceProperties
);
[C++]
Parameters
pReferenceProperties [out, retval]

pReferenceProperties is a parameter of type long* pReferenceProperties [in]
pReferenceProperties is a parameter of type long

Product Availability

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

See Also

IRasterFunctionHelper Interface