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


IRasterType.DefaultParameters Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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