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


IRasterFunctionHelper.ReferenceProperties Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  long* 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