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


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

IRasterType.DefaultParameters Property

The collection of all variables associated with all item templates contained in the raster type.

[Visual Basic .NET]
Public ReadOnly Property DefaultParameters As IPropertySet
[C#]
public IPropertySet DefaultParameters {get;}
[C++]
HRESULT get_DefaultParameters(
  IPropertySet** ppDefaultParameters
);
[C++]
Parameters
ppDefaultParameters [out, retval]

ppDefaultParameters is a parameter of type IPropertySet**

Product Availability

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

See Also

IRasterType Interface