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


IRasterTypeInfos.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterTypeInfos Interface > IRasterTypeInfos.Add Method
ArcGIS Developer Help

IRasterTypeInfos.Add Method

Adds a raster type info.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pTypeInfo As IRasterTypeInfo _
)
[C#]
public void Add (
    IRasterTypeInfo pTypeInfo
);
[C++]
HRESULT Add(
  IRasterTypeInfo* pTypeInfo
);
[C++]
Parameters
pTypeInfo [in]

pTypeInfo is a parameter of type IRasterTypeInfo*

Product Availability

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

See Also

IRasterTypeInfos Interface