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


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

IRasterFunctionTemplate2.Properties Property

The properties.

[Visual Basic .NET]
Public Property Properties As IPropertySet
[C#]
public IPropertySet Properties {get; set;}
[C++]
HRESULT get_Properties(
  IPropertySet** pProperties
);
[C++]
HRESULT putref_Properties(
  IPropertySet* pProperties
);
[C++]
Parameters
pProperties [out, retval]

pProperties is a parameter of type IPropertySet** pProperties [in]
pProperties is a parameter of type IPropertySet*

Product Availability

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

See Also

IRasterFunctionTemplate2 Interface