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


IArrayOfIShader.Insert Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IArrayOfIShader.Insert Method

Adds the IShader at the specified position.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal IShaderParam As IShader _
)
[C#]
public void Insert (
    int Index,
    IShader IShaderParam
);
[C++]
HRESULT Insert(
  long Index,
  IShader* IShaderParam
);
[C++]

Parameters Index [in] Index is a parameter of type long IShaderParam [in]
IShaderParam is a parameter of type IShader

Product Availability

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

See Also

IArrayOfIShader Interface