ArcObjects Library Reference (Carto)  

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